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

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

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

```