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

https://github.com/onface/react-ie8-project

React 项目构建系统 IE8、多入口、热更新、Redux、Router、CSS modules
https://github.com/onface/react-ie8-project

Last synced: 10 days ago
JSON representation

React 项目构建系统 IE8、多入口、热更新、Redux、Router、CSS modules

Awesome Lists containing this project

README

        

# react-project

## Installation

- [安装 yarn](https://yarnpkg.com/zh-Hans/docs/install)
- [Install yarn](https://yarnpkg.com/en/docs/install)

```shell
# 你可以将 yarn切换 taobao 源
# yarn config set registry https://registry.npm.taobao.org

yarn global add fis3 nodemon vue-cli [email protected]
```

```shell
vue init onface/react-project mycomponent
```