vuejs / vue-cli

🛠️ webpack-based tooling for Vue.js Development
https://cli.vuejs.org/
MIT License
29.75k stars 6.32k forks source link

How to save vue ui configurations? #2942

Open mudin opened 5 years ago

mudin commented 5 years ago

What problem does this feature solve?

It solves the problem with multiple developers work in the same project!

What does the proposed API look like?

some vuecli setting file in project repo

mudin commented 5 years ago

I love working with vue/cli, Thanks a lot!

I would like to save configuration in vue ui and share with my team via git. Everytime if someone in the team creates a project and fix the settings (ex. serve, build parameters, project name and etc. ), other guy should do the same thing. Also is there any way to change the project name in vue ui list?

Best regards, Mudin