@lvhh/builder-emow-react
v0.1.2
Published
This builder relies on the ['emow-cli'](https://www.npmjs.com/package/emow-cli) module to be used,so you need to install ['emow-cli'](https://www.npmjs.com/package/emow-cli) first
Downloads
3
Readme
builder-emow-react
This builder relies on the 'emow-cli' module to be used,so you need to install 'emow-cli' first
generator will automatically download this builder to the local while your project have the {"builder": "@lvhh/builder-emow-react"}
config in package.json
The complete usage process looks like this:
npm install emow-cli -g
npm install yo -g
npm install @lvhh/generator-emow -g
# list generators
emo init
# select @lvhh/emow
# generate running...
# go to your project directory
emo dev # development
emo build # build your project in production
emo test # run jest