## react-web-router-flux

### 一、简介

一个针对react-native  react-native-router-flux路由风格
定制react-native for web 版本的路由管理工具


### 二、安装

    npm install react-web-router-flux --save
    
     
### 三、用例
	
    import {Actions,Sence} from "react-native-router-flux"

    const routers =Actions.create({
         <Scene key="home" path="/" >
            <IndexRoute component={Login} />
            <Scene key="login" path="login" component={Login} />
        </Scene>
    })
    
    
### 四、开源许可
基于 [MIT License](http://zh.wikipedia.org/wiki/MIT_License) 开源，使用代码只需说明来源，或者引用 [license.txt](https://github.com/sofish/typo.css/blob/master/license.txt) 即可。