# react-m
一套专为Mobile打造的React解决方案



### 安装Yeoman生成器


```bash
npm install -g yo
```

### 安装react-m脚手架


```bash
npm install -g generator-react-m
```

### 初始化


```bash
yo react-m
```


### 生成Component


```bash
yo react-m:component myComp
```


### 生成Store


```bash
yo react-m:store myStore
```

### 生成Actions


```bash
yo react-m:actions myActions
```


### 联系我们

@六猴

email: weichun.pwc@alibaba-inc.com
