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: 2 months ago
JSON representation
Yeoman generator for react component based on webpack.
- Host: GitHub
- URL: https://github.com/afeiship/generator-react-component
- Owner: afeiship
- License: mit
- Created: 2016-12-10T13:16:29.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T03:33:29.000Z (about 2 years ago)
- Last Synced: 2025-05-22T22:09:49.186Z (about 1 year ago)
- Topics: component, react, yeoman, yeoman-generator, yo
- Language: JavaScript
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```