4074bbdc74 | ||
---|---|---|
.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 | ||
docker-compose.yml | ||
index.html | ||
lint-staged.config.js | ||
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