1.0.0 • Published 4 years ago

dc-charts v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

SearchLightWeb

基于 Ant Design Pro 二次定制的后台管理系统解决方案

Environment Prepare

Install node_modules:

yarn install

Start project

yarn start

Build project

yarn build

Check code style

yarn lint

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

yarn lint:fix

Test code

yarn test