https://github.com/jerryberton/generator-berton-react
this is react webpack by Jerryberton
https://github.com/jerryberton/generator-berton-react
mobx react redux webpack webpack2
Last synced: about 1 year ago
JSON representation
this is react webpack by Jerryberton
- Host: GitHub
- URL: https://github.com/jerryberton/generator-berton-react
- Owner: JerryBerton
- License: other
- Created: 2017-07-25T11:45:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T22:59:37.000Z (over 3 years ago)
- Last Synced: 2024-04-15T08:10:44.192Z (about 2 years ago)
- Topics: mobx, react, redux, webpack, webpack2
- Language: JavaScript
- Size: 861 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-berton-react [![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Dependency Status][daviddm-image]][daviddm-url] [![Coverage percentage][coveralls-image]][coveralls-url]
>
## 安装
首先安装 [Yeoman](http://yeoman.io)和 generator-berton-react [npm](https://www.npmjs.com/) [node.js](https://nodejs.org/).
```bash
npm install -g yo
npm install -g generator-berton-react
```
生成项目目录:
```bash
yo berton-react
npm start // 启动项目 默认端口 8080
```
在生成项目同时可以选择redux或者mobx 帮你快速生成基本目录结构,并且集成antd组件库
## 版本介绍
* react: 16.0.0
* react-dom v16.0.0
* react-router-dom v4.1.2.
## License
© [jerryberton]()
[npm-image]: https://badge.fury.io/js/generator-test.svg
[npm-url]: https://npmjs.org/package/generator-test
[travis-image]: https://travis-ci.org/JerryBerton/generator-test.svg?branch=master
[travis-url]: https://travis-ci.org/JerryBerton/generator-test
[daviddm-image]: https://david-dm.org/JerryBerton/generator-test.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/JerryBerton/generator-test
[coveralls-image]: https://coveralls.io/repos/JerryBerton/generator-test/badge.svg
[coveralls-url]: https://coveralls.io/r/JerryBerton/generator-test