You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
5 years ago | |
---|---|---|
.github/workflows | 5 years ago | |
.husky | 5 years ago | |
public | 5 years ago | |
src | 5 years ago | |
.cz-config.js | 5 years ago | |
.editorconfig | 5 years ago | |
.env.development | 5 years ago | |
.env.production | 5 years ago | |
.eslintignore | 5 years ago | |
.eslintrc.js | 5 years ago | |
.gitignore | 5 years ago | |
.prettierignore | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
commitlint.config.js | 5 years ago | |
index.html | 5 years ago | |
package.json | 5 years ago | |
prettier.config.js | 5 years ago | |
tsconfig.json | 5 years ago | |
vite.config.ts | 5 years ago | |
windi.config.ts | 5 years ago | |
yarn.lock | 5 years ago |
README.md
Vite2.x + Vue3.x + TypeScript H5低代码平台
技术栈
- 编程语言:TypeScript 4.x + JavaScript
- 构建工具:Vite 2.x
- 前端框架:Vue 3.x
- 路由工具:Vue Router 4.x
- 状态管理:Vuex 4.x
- PC端UI 框架:Element Plus
- H5端UI 框架:vant
- 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
快速开始
安装依赖
npm install
# or
yarn add
启动项目
npm run dev
项目打包
npm run build