Answer the question
In order to leave comments, you need to log in
vue-cli won't start. Who can help?
I run these commands:
npm install -g vue-cli
vue init webpack-simple hello-vue
npm install
npm run dev # ready to go!
Answer the question
In order to leave comments, you need to log in
Replaced webpack-simple template with webpack
This template seems to work
npm install -g vue-cli
vue init webpack hello-vue
cd hello-vue
npm install
npm run dev # ready to go!
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question