Skip to content

Latest commit

 

History

History
38 lines (32 loc) · 713 Bytes

File metadata and controls

38 lines (32 loc) · 713 Bytes

購物網站前端

安裝步驟

前置動作

git clone https://github.com/Killer66562/StoreFrontendRenew.git
cd StoreFrontendRenew

開發

  1. .env.example複製成.env並修改參數
  2. 安裝依賴:
    npm install
  3. 啟動前端開發伺服器:
    npm run dev
  4. 啟動後端伺服器

部屬

  1. .env.example複製成.env並修改參數
  2. 安裝依賴:
    npm install
  3. 建置:
    npm run build
  4. dist資料夾裡面的東西複製到網頁伺服器根目錄底下
  5. 啟動後端伺服器

連結

購物網站後端:https://github.com/Killer66562/StoreBackend