Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 234 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 234 Bytes

vue-backend-lessons

  1. 以 git clone 下載程式碼
    git clone git@github.com:scars377/vue-backend-lessons.git

  2. 安裝相關套件
    npm install 或者 yarn install

  3. 啟動程式
    npm run start 或者 yarn start