/juggle-admin

A backend management system, create by react, redux, antd

Primary LanguageCSS

juggle-admin

A backend management system, create by react, redux, antd

run example

git clone https://github.com/FaureWu/juggle-admin.git
npm run install
npm run serve

script

npm run start //Start the app without mock data
npm run build //Build the app
npm run server //Start the mock data server
npm run serve //Start the app with mock data