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

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的业务开发脚手架

Awesome Lists containing this project

README

          

# [generator-ivweb](https://github.com/feflow/generator-ivweb)

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/feflow/generator-ivweb/blob/master/LICENSE)
[![npm package](https://img.shields.io/npm/v/generator-ivweb.svg?style=flat-square)](https://www.npmjs.org/package/generator-ivweb)
[![NPM downloads](http://img.shields.io/npm/dt/generator-ivweb.svg?style=flat-square)](https://npmjs.org/package/generator-ivweb)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/feflow/generator-ivweb/pulls)
[![developing with feflow](https://img.shields.io/badge/developing%20with-feflow-1b95e0.svg)](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).