Skip to content

react + antd admin后台管理系统,再次封装了antd

Notifications You must be signed in to change notification settings

Hermman/My_Admin

Repository files navigation

My Admin ~

本项目的核心模块 |--首页 | |--可视化数据(折线图,饼图) | |--账户管理 Account | |--子账号管理(查询,新增,修改, 权限管理) | |--菜单管理(菜单权限配置) | |--订单管理 Order | |--订单列表(查询,新增,展示) | |--订单详情 | |--统计报表 StatisticalReport | |--个人报表 | |--公司报表 | |--每日运营报表 | |--系统管理 System | |--个人中心 | |--安全设置 | |--日志管理 LogManagement |--操作日志 |--登录日志

This project is initialized with Ant Design Pro. Follow is the quick guide for how to use.

Environment Prepare

Install node_modules:

npm install

or

yarn

Provided Scripts

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:

Start project

npm start

Build project

npm run build

Check code style

npm run lint

You can also use script to auto fix some lint error:

npm run lint:fix

Test code

npm test

More

You can view full document on our official website. And welcome any feedback in our github.

About

react + antd admin后台管理系统,再次封装了antd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published