You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
In actual scenarios, 90% of users may use the 'Vue create xxx' command without initializing git
Where do the statistics come from?
This is my team's data.
This is the most common scenario we see after a formal project has been created. And most of the time team members don't need to create projects, they just need to pull existing projects and use them.
When a new function is introduced into a project, it is often necessary to create some test projects first and introduce them after the function is tested. After the completion of these test projects, they will be deleted and not uploaded to git.
When new members learn VUE related technologies, for example, there are 20 chapters in the course video, and each chapter will create a new VUE example to describe the content of the corresponding chapter. These are temporary and do not need to initialize git.
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.
The text was updated successfully, but these errors were encountered: