-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Labels
Description
What problem does this feature solve?
Currently the only option, I'm aware of, to create a new project is to let vue-cli create it's folder from scratch somewhere in the current directory as a subfolder. I'd like an option to create the project in the directory where vue-cli command was invoked.
What does the proposed API look like?
# when run without specifiying project's name, vue-cli would use the current dir's name and place all the new files in the current directory
vue create
adam-t-b, iam3yal, brandon93s, serhiichuk, s00d and 31 more