1.0.3 • Published 4 years ago
cra-template-ss-antd-admin
Licence
MIT
Version
1.0.3
Deps
0
Size
106 kB
Vulns
0
Weekly
0
cra-template-antd-admin
This is the ant design admin template for Create React App.
To use this template, add --template antd-admin when creating a new app.
For example:
npx create-react-app my-app --template ss-antd-admin
# or
yarn create react-app my-app --template ss-antd-admin
Available Scripts
npm start启动开发服务npm build构建生产环境包(GENERATE_SOURCEMAP = false)npm run test执行测试npm run format格式化代码npm run lint代码检查npm run release发布版本npm run build:analyze打包(GENERATE_SOURCEMAP = true)npm run analyze包分析npm run start:test启动开发服务(基于 test 环境变量)npm run test:unit-coverage生成测试报告npm run start:api启动 Mock API