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.
- Host: GitHub
- URL: https://github.com/afeiship/generator-react-component
- Owner: afeiship
- License: mit
- Created: 2016-12-10T13:16:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T03:33:29.000Z (over 1 year ago)
- Last Synced: 2025-02-07T10:45:27.913Z (8 months ago)
- Topics: component, react, yeoman, yeoman-generator, yo
- Language: JavaScript
- Homepage:
- Size: 407 KB
- Stars: 0
- Watchers: 3
- 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
```