1.0.3 • Published 2 years ago

cra-template-ss-antd-admin v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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