11f9c58ee1 | ||
---|---|---|
.husky | ||
.vscode | ||
mocks | ||
public | ||
src | ||
types | ||
.browserslistrc | ||
.cz-config.js | ||
.dockerignore | ||
.env | ||
.env.development | ||
.env.production | ||
.eslintignore | ||
.eslintrc.js | ||
.gitignore | ||
.npmrc | ||
.prettierignore | ||
.stylelintignore | ||
.versionrc.js | ||
CHANGELOG.md | ||
Dockerfile | ||
README.md | ||
commitlint.config.cjs | ||
deploy.sh | ||
docker-compose.yml | ||
index.html | ||
lint-staged.config.js | ||
nginx.conf | ||
openapi.config.ts | ||
package.json | ||
pnpm-lock.yaml | ||
prettier.config.js | ||
stylelint.config.js | ||
tsconfig.json | ||
unocss.config.ts | ||
vite.config.ts |
README.md
Huaxin-admin
基于 vite5.x + vue3.x + antd-design-vue4.x + typescript5.x
- 账号:admin,密码:a123456
- swagger 文档
技术要求
- Vue
- Ant desgin
- TypeScript
- Nestjs
- TypeORM
- Mysql
- Redis
技术选型
- 前端技术
- vue3
- ant design
- axios
- pinia
- vue-router @3.4.9
- less-loader @10.1.1
- 后端技术
- nest
- mysql2
- swagger-ui-express
- typeorm
- ioredis
安装使用
- 安装依赖
pnpm install
- 运行
pnpm dev
- 打包
pnpm build
Git 贡献提交规范
yarn c
-
feat
增加新功能fix
修复问题/BUGstyle
代码风格相关无影响运行结果的perf
优化/性能提升refactor
重构revert
撤销修改test
测试相关docs
文档/注释chore
依赖更新/脚手架配置修改等workflow
工作流改进ci
持续集成types
类型定义文件更改wip
开发中
部署
chmod +x deploy.sh ./deploy.sh