VUE initial installation

      Wepack installation

npm install --save-dev webpack

  VUE installation

npm install -g view view-cli

  Create a project based webpack

vue init webpack my-project

  The first two global installed, then new projects executed directly after the third step both the

 

Guess you like

Origin www.cnblogs.com/wjw-/p/11497884.html