## rn-web-cli

### 一、简介篇

   react-native web平台开发构建工具

### 二、安装篇

    npm install rn-web-cli --g
    
### 三、命令篇

    rn-web init //在你的react-native目录下执行此命令 -> 生成web平台

    rn-web start //在你的react-native目录下执行此命令 -> 启动web平台

    rn-web remove //在你的react-native目录下执行此命令 -> 移除web平台

    rn-web bundle --releaseDir=d:/release/  打包发布到指定目录下

    rn-web update //更新web平台react-native-on-web (从2.0.29开始支持)

### 四、开源许可
基于 [MIT License](http://zh.wikipedia.org/wiki/MIT_License) 开源，使用代码只需说明来源，或者引用 [license.txt](https://github.com/sofish/typo.css/blob/master/license.txt) 即可。