# view **Repository Path**: leave_work_on_time/component ## Basic Information - **Project Name**: view - **Description**: rx 系列组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: v2.0.1 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 9 - **Created**: 2018-07-25 - **Last Updated**: 2022-01-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rx.view rx系列之视图组件库 #### 项目介绍 体验地址: [http://leave_work_on_time.gitee.io/component/#/](http://leave_work_on_time.gitee.io/component)组件库 #### 软件架构 * exampleServer 案例服务 * i18NServer 语言包服务 * rxtools 工具包 #### 安装教程 初始化子模块,下载example服务依赖包 ``` git submodule update --init --recursive cd exampleServer npm install cd ../ ``` #### 使用说明 1. `npm run dev` 开发环境 2. `npm run build` 打包 #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request