VUE2.0開發環境安裝

安裝nodejs後順序執行以下命令:
npm install webpack -g
npm install vue-cli -g
vue init webpack my-project
cd my-porject
npm i
npm run dev
相關文章
相關標籤/搜索