github project address: https://github.com/monkeyWang...
Baidu network disk download address: http://pan.baidu.com/s/1i4M318h
Environment description: In the window system, node-v8.1.1.js has been installed, and you can see that node and npm are installed successfully under the cmd command line;
Why is it useless to enter the command line above?
给我你的怀抱2017-06-17 09:18:48
You get to execute the command in the project folder. You are now on the C drive. .
过去多啦不再A梦2017-06-17 09:18:48
The environment variables of Windows are not configured. You need to find vue.cmd and configure the path address to the computer
天蓬老师2017-06-17 09:18:48
It seems that if node8.1.1
, vue-cli
cannot install scaffolding, it is recommended to try downgrading to 8.0.1
or below
黄舟2017-06-17 09:18:48
Just npm install directly in the root directory and then npm run dev
I suggest you read the README file carefully