Vue 3 小專案開發模板 ( Vue3 + Vite + TypeScript + Element plus + Pinia ) Node18
- Vue3
- Vite
- Node18
- Typescript
- Element plus
- Pinia
- scss, postcss, sass-loader
- vue-router
- axios
- mockjs, vite-plugin-mock
- vite-plugin-svg-icons
- Prettier
- stylelint
- eslint (recommended)
- commitlint 搭配 husky 套件 ( 規範 commit 內容使用)
- scripts/preinstall.js ( 規範套件管理工具類型 )
- svg 集成
- scss 集成 ( 含 reset, 全域變數設置 )
服務器域名: http://sph-api.atguigu.cn swagger文檔: http://39.98.123.211:8510/swagger-ui.html#/
yarn
yarn dev
yarn build
yarn build:test
yarn build:pro
yarn preview
yarn lint
yarn fix