0.0.8 • Published 5 years ago

w-wheel v0.0.8

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

w-wheel - 一个 Vue UI 组件

Build Status

介绍

这是我在学习 Vue 时制作的一个 UI 框架,希望它可以对你有帮助。 1. 添加 css 样式 使用本框架前,请在 css 中启用 border-box

```
*, *::before, *::after {box-sizing: border-box;}
```
IE 8 及以上浏览器均支持此样式。
```
  1. 安装 w-wheel

    npm i -S w-wheel    // 使用 npm 安装
    
    yarn add w-wheel    // 使用 yarn 安装
  2. 引入 w-wheel

    import {Button, Icon} from 'w-wheel'
    import 'w-wheel/dist/index.css'
    
    export default {
      name: 'app',
      components: {
        'w-button': Button,
        'w-icon': Icon
      }
    }

提问

变更记录

联系方式

微信:Zakariyyahm 邮箱:mr_hm@outlook.com

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago