cra-template-ss-antd-admin
v1.0.3
Published
The antd-admin template for Create React App.
Maintainers
Readme
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-adminAvailable 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
