Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zhoubichuan/antdpro-demo
📖antdpro-demo案例展示--持续更新💪【http://zhoubichuan.com/antdpro-demo】
https://github.com/zhoubichuan/antdpro-demo
ant-design antd antdpro umi
Last synced: about 2 months ago
JSON representation
📖antdpro-demo案例展示--持续更新💪【http://zhoubichuan.com/antdpro-demo】
- Host: GitHub
- URL: https://github.com/zhoubichuan/antdpro-demo
- Owner: zhoubichuan
- Created: 2019-01-10T14:09:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T09:10:49.000Z (10 months ago)
- Last Synced: 2024-03-24T14:38:29.749Z (10 months ago)
- Topics: ant-design, antd, antdpro, umi
- Language: TypeScript
- Homepage: https://zhoubichuan.github.io/antdpro-demo/
- Size: 30.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# antdpro-demo
**介绍:**antdpro-demo 是 antdpro 示例项目,后端配置 antdpro-express,主要是完成一个全栈项目,前端部分以官方 antdpro 页面逻辑为主,接口全部改用真实接口
- 安装依赖
```bash
cnpm install
```- 启动项目
```bash
npm run dev
```- 打包
```bash
npm run build
```- 代码检查
```bash
npm run lint
```- 自动修复格式错误
```bash
npm run lint:fix
```- 测试
```bash
npm run test
```