怎麼從github上下載一個vue專案在本地執行

AsaZws發表於2018-02-01
  1. 克隆專案: git clone https://github.com/AsaZws/...
  2. 安裝nodejs
  3. 安裝依賴: npm install
  4. 啟動服務: npm run dev
  5. 釋出程式碼: npm run dist

相關文章