Vue項目開啟步驟


## Build Setup

# install cnpm //安裝淘寶CNPM鏡像
npm install -g cnpm --registry=http://registry.npm.taobao.org

``` bash
# install dependencies //安裝項目依賴
cnpm install

# serve with hot reload at localhost:8080 //運行項目
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report
```

For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

Done


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM