Open
Description
What problem does this feature solve?
In actual scenarios, 90% of users may use the 'Vue create xxx' command without initializing git, but users need to enter the 'Vue create XXX -- no git' or 'Vue create XXX - n' command every time, which will cause a lot of inconvenience.
If the 'enable git' option is configured in the '. Vuerc' file, GIT will not be initialized by default when creating a project.
What does the proposed API look like?
The default behavior of creating 'Vue cli' is the same as the original, but when the user sets the '. Vuerc' file, the default value is' false 'in the command line and graphical interface.