1.0.12 • Published 4 years ago

@lvhh/generator-emow v1.0.12

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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 
1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago