搭建vue.js 的npm腳手架

一、在cmd中,找到nodeJs安裝的路徑下,運行 vue -V,查看當前vue版本,以下圖所示,代表已經安裝過了。vue

二、沒有安裝,進行安裝。在cmd中,找到nodeJs安裝的路徑下,運命令行 npm install cnpm -g --registry=https://registry.npm.taobao.org ----使用淘寶鏡像node

三、 安裝vue項目所須要的依賴,運行命令 npm installvue-cli

四、運行啓動項目:npm run devnpm

若是安裝失敗,使用全局卸載命令: npm uninstall vue-cli -gspa

相關文章
相關標籤/搜索