Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 418 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 418 Bytes

ant-admin

基于 antd 的后台管理平台, 在react中玩转可视化技术

[在线 Demo]

如何使用?

此项目使用Create React App初始化的
需要全局安装yarn

npm install -g yarn

npm下可用的命令

npm start   
npm test   
npm run build   
npm run eject   

yarn下可用的命令

yarn install
yarn start   
yarn test   
yarn build   
yarn eject