Vue 建立工程

npm install -g vue

npm install -g vue-cli

vue init webpack my-project

cd my-project

npm isntall

npm run dev

// npm install -g cnpm
// cnpm --registry=registry.taobao.org
// 淘宝的源 更快

my-project
|- build
|- config
|- node_modules
|- src
|- static
|- test
|- index.html
|- package.json
|- README.md

posted @ 2017-05-10 13:04  么西么西9527  阅读(284)  评论(0编辑  收藏  举报