# @lvhh/generator-emow

> 用于构建react项目的generator

Latest version **1.0.12** (published 2020-06-28) · ISC license · 0 weekly downloads

## Install

```sh
npm install @lvhh/generator-emow
pnpm add @lvhh/generator-emow
yarn add @lvhh/generator-emow
bun add @lvhh/generator-emow
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.12 |
| Published | 2020-06-28 |
| First published | 2020-06-24 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 39.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | lvhaohua |
| Maintainers | lvhh |
| Keywords | yeoman-generator, emow |

## Links

- npm: https://www.npmjs.com/package/@lvhh/generator-emow
- npm.io page: https://npm.io/package/@lvhh/generator-emow

## Dependencies (4)

- [co](https://npm.io/package/co.md) ^4.6.0
- [npminstall](https://npm.io/package/npminstall.md) ^3.27.0
- [command-exists](https://npm.io/package/command-exists.md) ^1.2.9
- [yeoman-generator](https://npm.io/package/yeoman-generator.md) ^4.10.1

## Recent versions

- 1.0.12 (latest) — 2020-06-28
- 1.0.11 — 2020-06-26
- 1.0.10 — 2020-06-25
- 1.0.9 — 2020-06-25
- 1.0.8 — 2020-06-25
- 1.0.7 — 2020-06-25
- 1.0.6 — 2020-06-24
- 1.0.5 — 2020-06-24
- 1.0.4 — 2020-06-24
- 1.0.3 — 2020-06-24
- 1.0.2 — 2020-06-24
- 1.0.1 — 2020-06-24

## README

generator： @lvhh/generator-emow

This generator 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

After the build is completed, generator will automatically download ['builder'](https://www.npmjs.com/package/@lvhh/builder-emow-react) to the local through the 'builder' parameter in package.json

you can use emow-cli to generate your project：

```sh
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 
```

---
_Source: https://npm.io/package/@lvhh/generator-emow · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
