# easy-ui **Repository Path**: liuz2/easy-ui ## Basic Information - **Project Name**: easy-ui - **Description**: 一个简单的 Vue2 组件库 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-09-02 - **Last Updated**: 2022-03-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # easy-ui `easy-ui` 是一个简单的 vue2 移动端组件库。组件及属性名称借鉴 [Vant UI](https://vant-contrib.gitee.io/vant/#/zh-CN/),CSS 风格借鉴 [Tachyons](https://tachyons.io/)。包管理工具使用 [Yarn](https://yarnpkg.com/)。 使用 `yarn serve` 可以预览项目效果。 ![easy ui 截图](./assets/easy-ui.png) ## 组件 目前提供的组件有: 1. [Button](./src/components/Button/index.vue) 按钮 1. [Cell](./src/components/Cell/index.vue) 信息栏 1. [Popup](./src/components/Popup/index.vue) 通用弹框 ## 使用方法 1. 将 `easyui.common.css` 拷贝至项目根目录,并全局引用。 2. 拷贝 `components/` 源码项目目录,直接使用即可。