An open API service indexing awesome lists of open source software.

https://github.com/strugglebak/min-wheel

:cyclone: min-wheel 是一个轻巧好用的组件 UI 框架,基于 vue 开发,使用 Chai + Sinon 库进行单元测试,测试用例丰富,组件还挺多的,欢迎 star 😆
https://github.com/strugglebak/min-wheel

library min-wheel ui vue

Last synced: 6 months ago
JSON representation

:cyclone: min-wheel 是一个轻巧好用的组件 UI 框架,基于 vue 开发,使用 Chai + Sinon 库进行单元测试,测试用例丰富,组件还挺多的,欢迎 star 😆

Awesome Lists containing this project

README

          

# min-wheel
[![npm version](https://badge.fury.io/js/min-wheel.svg)](https://badge.fury.io/js/min-wheel)
[![Build Status](https://travis-ci.org/strugglebak/min-wheel.svg?branch=master)](https://travis-ci.org/strugglebak/min-wheel)

## 介绍
min-wheel 是一个轻巧好用的 UI 框架,基于 vue 开发

作者: strugglebak

## 开始使用
1. 配置
使用本框架前,你需要先对 CSS 做如下配置
```
* { margin:0; padding: 0; box-sizing: border-box; }
*::before, *::after { box-sizing: border-box; }
```

2. 安装 min-wheel
```
npm i min-wheel --save
# OR
yarn add min-wheel
```

3. 引入 min-wheel
```
...
import {Button} from 'min-wheel'
import 'min-wheel/dist/index.css'

export default {
name: 'app',
components: {
...,
'mw-button': Button,
}
}
```

## 文档
[文档官网](https://strugglebak.github.io/min-wheel/)

## 变更记录
- v 0.1.0

增加 collapse 组件

- v 0.0.9

增加 popover 组件

- v 0.0.8

增加 tab 组件

- v 0.0.7

增加 toast 组件

- v 0.0.6

增加 layout 组件

- v 0.0.5

增加 grid 组件

- v 0.0.4

增加 input 组件

- v 0.0.3

接入 travis ci,并加了 button 组件的测试用例文件

- v 0.0.1

基本完成 button 以及 icon 组件,以及最后的四个测试用例

## 联系方式
邮箱: strugglebak@gmail.com