0.1.2 • Published 5 years ago

@lvhh/builder-emow-react v0.1.2

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

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