An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

        

![cra-multi-page-template](./logo128x128.png)

# cra-multi-page-template

![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)
![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

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).