vue-cli

npm install --global vue-cli

vue init webpack vuetest

cd vuetest
npm install
npm run dev

http://www.cnblogs.com/lastnigtic/p/6486693.html


npm run build

nginx.conf
location / {
root C:/myProject/vuetest/dist;
index index.html;
}

posted on 2017-04-12 17:02  rojas  阅读(117)  评论(0编辑  收藏  举报