We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.4.0
vue init
The correct instructions/folder (see below).
To get started: cd projectname npm install npm run dev Documentation can be found at https://vuejs-templates.github.io/webpack
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.
cd projectname
The text was updated successfully, but these errors were encountered:
This is webpack template issue. We now support inPlace flag so you can provide better messages: https://github.com/vuejs/vue-cli#additional-data-available-in-metajsjson
inPlace
You can open a pull request to webpack template and change this line https://github.com/vuejs-templates/webpack/blob/master/meta.json#L74 with support of inPlace flag ;)
Sorry, something went wrong.
No branches or pull requests
vue-cli version
2.4.0
Steps to reproduce
vue init
using vue-cli with whatever option (I used 'webpack').What is Expected?
The correct instructions/folder (see below).
What is actually happening?
If the init is done in the 'same folder', the
cd projectname
should not be displayed.The text was updated successfully, but these errors were encountered: