Skip to content

3dw/autolearn

Repository files navigation

autolearn自主學習準備課程

This template should help get you started developing with Vue 3 in Vite.
這個模板可以幫助你開始使用 Vue 3 和 Vite 進行開發。

Project Setup 專案設置

npm install

Compile and Hot-Reload for Development 開發環境的編譯和熱重載

npm run dev

Compile and Minify for Production 生產環境的編譯和最小化

npm run build

Lint with ESLint 使用 ESLint 進行程式碼檢查

npm run lint