https://github.com/goblin-laboratory/cra-multi-page-template
Create-react-app Multi-page application configuration template, including dva and ant-design, enabled PWA, compatible with IE11.
https://github.com/goblin-laboratory/cra-multi-page-template
create-react-app customize-cra multi-page pwa react-app-rewired
Last synced: about 1 month ago
JSON representation
Create-react-app Multi-page application configuration template, including dva and ant-design, enabled PWA, compatible with IE11.
- Host: GitHub
- URL: https://github.com/goblin-laboratory/cra-multi-page-template
- Owner: goblin-laboratory
- License: mit
- Created: 2018-07-16T02:04:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T08:28:18.000Z (almost 4 years ago)
- Last Synced: 2025-04-12T05:04:08.883Z (about 1 month ago)
- Topics: create-react-app, customize-cra, multi-page, pwa, react-app-rewired
- Language: JavaScript
- Homepage:
- Size: 3.7 MB
- Stars: 16
- Watchers: 1
- Forks: 11
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README

# cra-multi-page-template

create-react-app 多页应用配置模板,包含 dva 和 ant-design,开启 PWA,兼容 IE11 。
## Getting started
```
git clone https://github.com/goblin-laboratory/cra-multi-page-template.git
cd cra-multi-page-template
yarn install
yarn start
```## 说明
见[配置过程文档](./Notes.md)
## Contributing
非常欢迎你的贡献,你可以通过以下方式和我们一起共建 😃:
- 通过 Issue 报告 bug 或进行咨询。
- 提交 Pull Request 。## Licensing
cra-multi-page-template is [MIT licensed](./LICENSE).