https://github.com/korbinzhao/generator-reactwebpack4component
a scaffold generator for a component based on react & webpack4 project
https://github.com/korbinzhao/generator-reactwebpack4component
Last synced: 24 days ago
JSON representation
a scaffold generator for a component based on react & webpack4 project
- Host: GitHub
- URL: https://github.com/korbinzhao/generator-reactwebpack4component
- Owner: korbinzhao
- Created: 2018-07-31T13:32:20.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T03:10:13.000Z (over 4 years ago)
- Last Synced: 2025-04-28T10:07:00.029Z (27 days ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## description
a scaffold generator for a component based on react & webpack4 project## examples
```
npm install -g yo
npm install -g generator-reactwebpack4componentmkdir reactwebpack4component-example
cd reactwebpack4component-exampleyo reactwebpack4component
```