Skip to content

Latest commit

 

History

History
63 lines (44 loc) · 892 Bytes

README.md

File metadata and controls

63 lines (44 loc) · 892 Bytes

Mos Design


associations

project frameworks github address demo address
后台 Spring Boot 2.2.5, MyBatis, Spring Security, JWT Token, MySQL5.7, Redis, etc. GitHub 暂无
前台 React, Ant Design V4, Umi, etc. GitHub 暂无

Environment Prepare

Install

npm install

or

yarn

Start project

npm start

or

yarn start

Build project

npm run build

Check code style

npm run lint
npm run lint:fix

Test code

npm test

More

UI框架文档 Ant Design