-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Closed
Description
vue-cli version
2.4.0
Steps to reproduce
- go into the folder of an existing non-vuejs project (ie projectname)
- do a
vue init
using vue-cli with whatever option (I used 'webpack'). - answer the questions and when is comes to the one asking whether to create in the current folder, pick the default: YES
What is Expected?
The correct instructions/folder (see below).
What is actually happening?
To get started:
cd projectname npm install npm run dev
Documentation can be found at https://vuejs-templates.github.io/webpack
If the init is done in the 'same folder', the cd projectname
should not be displayed.
Metadata
Metadata
Assignees
Labels
No labels