ubuntu install vue , vue-cli , how to create project..

<<install node.js

<<the n model is manage the node.js version

  npm install -g n

  n stable

<<install npm

<<install vue

  sudo npm install -g vue

<<install vue-cli

  sudo npm install -g vue-cli

<<create a vue project

  sudo vue init webpack projectname

<<cd to your create projectname files location..

  sudo npm run dev

posted @ 2018-09-29 14:32  Jamy  阅读(162)  评论(0编辑  收藏  举报