vue project to build (2.0)

 

Check the installation environment

node -v

vue -V

webpack forget

 

1, the installation node

2, installation webpack

  npm install webpack -g

3, mounting vue-cli 2.X

  npm install vue-cli -g

  Create a project: vue init webpack project name

Guess you like

Origin www.cnblogs.com/deng-jie/p/11572336.html