# rayx-ui-vue **Repository Path**: GeBiLaoWan/rayx-ui-vue ## Basic Information - **Project Name**: rayx-ui-vue - **Description**: vue组件库脚手架 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 1 - **Created**: 2020-07-31 - **Last Updated**: 2022-05-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rayx-ui 基于vue, 是组件库(组件还在逐步开发中),也是开箱即用的组件库脚手架 主页:https://wangxuezhi.github.io/rayx-ui/#/ ## 使用组件 安装依赖 ``` yarn add rayx-ui ``` ## 开发组件 安装依赖 ``` yarn 或者 npm i ``` 开启dev ``` yarn dev 或者 npm run dev ``` 打包库 ``` yarn lib 或者 npm run lib ``` ## 组件开发文档 [组件开发规范-创建组件](https://github.com/WangXueZhi/rayx-ui/blob/master/src/views/development/base/base.md) [组件开发规范-组件编写](https://github.com/WangXueZhi/rayx-ui/blob/master/src/views/development/component/base.md) [组件开发规范-markdown编写](https://github.com/WangXueZhi/rayx-ui/blob/master/src/views/development/md/base.md) [脚手架说明-流程和构建](https://github.com/WangXueZhi/rayx-ui/blob/master/src/views/architecture/base/base.md) [脚手架说明-markdown解析](https://github.com/WangXueZhi/rayx-ui/blob/master/src/views/architecture/md/base.md) [脚手架说明-vue解析](https://github.com/WangXueZhi/rayx-ui/blob/master/src/views/architecture/vue/base.md)