本项目的核心模块 |--首页 | |--可视化数据(折线图,饼图) | |--账户管理 Account | |--子账号管理(查询,新增,修改, 权限管理) | |--菜单管理(菜单权限配置) | |--订单管理 Order | |--订单列表(查询,新增,展示) | |--订单详情 | |--统计报表 StatisticalReport | |--个人报表 | |--公司报表 | |--每日运营报表 | |--系统管理 System | |--个人中心 | |--安全设置 | |--日志管理 LogManagement |--操作日志 |--登录日志
This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.
Install node_modules
:
npm install
or
yarn
Ant Design Pro provides some useful script to help you quick start and build with web project, code style check and test.
Scripts provided in package.json
. It's safe to modify or add additional script:
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
You can view full document on our official website. And welcome any feedback in our github.