https://github.com/feflow/generator-ivweb
腾讯IVWEB团队使用的基于React+Redux的业务开发脚手架
https://github.com/feflow/generator-ivweb
Last synced: about 1 year ago
JSON representation
腾讯IVWEB团队使用的基于React+Redux的业务开发脚手架
- Host: GitHub
- URL: https://github.com/feflow/generator-ivweb
- Owner: feflow
- License: mit
- Created: 2019-01-11T08:58:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-12-22T08:57:32.000Z (over 4 years ago)
- Last Synced: 2025-04-11T10:04:00.114Z (about 1 year ago)
- Language: JavaScript
- Size: 136 KB
- Stars: 17
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# [generator-ivweb](https://github.com/feflow/generator-ivweb)
[](https://github.com/feflow/generator-ivweb/blob/master/LICENSE)
[](https://www.npmjs.org/package/generator-ivweb)
[](https://npmjs.org/package/generator-ivweb)
[](https://github.com/feflow/generator-ivweb/pulls)
[](https://github.com/feflow/feflow)
Tencent IVWEB Team project generator, based on React, redux and webpack.
## Features
- ✔︎ Easy to create a project with react and redux
- ✔︎ Support multiple page development
- ✔︎ Built-in Rem, it's friendly to develop a mobile application
- ✔︎ Fast build speed and very small artifacts size
## Installation
You need to install [`feflow`](https://github.com/feflow/feflow) first, it will pass a context to generator-ivweb.
```sh
$ npm install @feflow/cli -g
```
Then install generator-ivweb
```sh
$ fef install generator-ivweb
```
## Usage
```sh
$ fef init
```
Note: use arrow keys to select.
## Contributing
1. Check for open issues or open a fresh issue to start a discussion around a feature idea or a bug.
2. Fork [the repository](https://github.com/feflow/generator-ivweb) on GitHub to start making your changes to the **master** branch (or branch off of it).
3. Write a test which shows that the bug was fixed or that the feature works as expected.
4. Send a pull request and bug the maintainer until it gets merged and published. :) Make sure to add yourself to [AUTHORS_](AUTHORS).
## Changelog
[Changelog](CHANGELOG.md)
## License
[MIT](https://tldrlegal.com/license/mit-license).