1.0.12 • Published 4 years ago
@lvhh/generator-emow v1.0.12
generator: @lvhh/generator-emow
This generator relies on the 'emow-cli' module to be used,so you need to install 'emow-cli' first
After the build is completed, generator will automatically download 'builder' to the local through the 'builder' parameter in package.json
you can use emow-cli to generate your project:
npm install emow-cli -g
npm install yo -g
npm install @lvhh/generator-emow -g
# list generators
emo init
# now you can see the generator named ‘@lvhh/emow’
# select @lvhh/emow
# generate running...
# go to your project directory
# start
emo dev # development
# build
emo build # build your project in production
# test
emo test # run jest