- 编程语言:TypeScript 4.x + JavaScript
- 构建工具:Vite 2.x
- 前端框架:Vue 3.x
- 路由工具:Vue Router 4.x
- 状态管理:Vuex 4.x
- UI 框架:Element Plus
- CSS 预编译:Stylus / Sass / Less
- HTTP 工具:Axios
- Git Hook 工具:husky + lint-staged
- 代码规范:EditorConfig + Prettier + ESLint + Airbnb JavaScript Style Guide
- 提交规范:Commitizen + Commitlint
- 单元测试:vue-test-utils + jest + vue-jest + ts-jest
- 自动部署:GitHub Actions
https://altmaniss.github.io/vite-vue3-template/#/
git clone [email protected]:AltmanIss/vite-vue3-template.git
npm install vite-vue-ts-cli -g
vite-vue-ts-create myapp
npm install
# or
yarn add
npm run dev
npm run build
-
Q:
git cz
不生效A: 请全局安装 commitizen,命令:
npm install commitizen -g
-
Q: husky 报错
A: 请检查你的项目下是否有 Git 仓库,没有则先
git init
初始化一个