基于 Go-Zero 实现的快速开发框架
模块 | 功能 | 状态 | 预计时间 |
---|---|---|---|
系统设置 | 站点设置 | [x] | |
系统设置 | 上传设置 | [x] | |
系统设置 | 素材管理 | [x] | |
系统设置 | 菜单管理 | [x] | |
系统设置 | 登录设置 | [x] |
安装 node_modules
:
npm install
or
yarn
npm start
npm run build
npm run lint
You can also use script to auto fix some lint error:
npm run lint:fix
npm test
更多用法请查看 ant design pro官方文档.