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

https://github.com/afeiship/generator-react-component

Yeoman generator for react component based on webpack.
https://github.com/afeiship/generator-react-component

component react yeoman yeoman-generator yo

Last synced: 6 months ago
JSON representation

Yeoman generator for react component based on webpack.

Awesome Lists containing this project

README

          

# generator-react-component
> Yeoman generator for react component based on webpack.

## usage
```shell
# 1. Make sure you have install yeoman.
npm install -g yo

# 2. Install react-component generator
git clone git@github.com:afeiship/generator-react-component.git

# 3. link
cd generator-react-component
npm link

# 4. Then generate your new project:
yo @jswork/react-component

# use tsup as builder
yo @jswork/react-component:tsup
```