# cj-ui **Repository Path**: cj6209577/cj-ui ## Basic Information - **Project Name**: cj-ui - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-05-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

cj-620

An easy UI components based on Vue. [![Build Status](https://travis-ci.org/cj620/cj-ui.svg?branch=master)](https://travis-ci.org/cj620/cj-ui) ![](https://img.shields.io/badge/language-JavaScript-yellow.svg) ![](https://img.shields.io/badge/license-MIT-000000.svg)
cj UI 是一个小型的 UI 框架,提供了一些常用组件,适合桌面端使用。 组件:Button按钮、Input输入框、Grid网格、Layout布局、Toast吐司、Tabs标签页、Popover气泡卡片、Collapse折叠面板 ## 介绍 这是我在学习 Vue 时尝试造的轮子,一个 UI 框架,参考了 ELement 和 vuepress 进行实现,希望能对你有用。 ## 开始使用 1. 添加 CSS 样式 使用本框架前,请在 CSS 中开启 border-box ```css *,*::before,*::after{ box-sizing: border-box } ``` IE 8 及以上浏览器支持此样式。 2. 安装 cj UI ``` npm install cj-620 ``` 或者 ``` yarn add cj-620 ``` 3. 引入 cj UI ```js import { Button } from 'cj-620' export default { name: 'app', components: { 'c-button': Button } } ## 文档 [官方文档](https:) ## 提问 [Issues](https://github.com/MajorDong/cj/issues) ## 联系方式 Email: cj6209577@sina.com ## 贡献代码 [Pull request](https://github.com/cj620/cj-ui/pulls)