https://github.com/michaeljohnn/generator-reactwebpack4component
a scaffold generator for a component based on react & webpack4 project
https://github.com/michaeljohnn/generator-reactwebpack4component
Last synced: over 1 year ago
JSON representation
a scaffold generator for a component based on react & webpack4 project
- Host: GitHub
- URL: https://github.com/michaeljohnn/generator-reactwebpack4component
- Owner: michaeljohnn
- Created: 2018-07-31T13:32:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-01-25T03:10:13.000Z (over 5 years ago)
- Last Synced: 2024-12-10T20:41:19.204Z (over 1 year ago)
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- 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-reactwebpack4component
mkdir reactwebpack4component-example
cd reactwebpack4component-example
yo reactwebpack4component
```