x-wheels

0.2.6 • Public • Published

造轮子 - Vue UI 组件库

介绍

这是一个基于Vue的UI框架。

开始使用

  1. 添加 css 样式

    使用本框架前请在css中开启border-box

    *, *::before, *::after {
        box-sizing: border-box;
    }

    IE 8 及以上浏览器都支持此样式。

  2. 安装

    npm install x-wheels --save
    
    或
    
    yarn add x-wheels
  3. 引入

    // 引入全部
    import xwheels from 'x-wheels';
    import "x-wheels/dist/index.css";
    Vue.use(xwheels);
    
    // 部分引入
    import "x-wheels/dist/index.css";
    import {XIcon} from 'x-wheels';
    

文档

提问

变更记录

联系方式

贡献代码

Readme

Keywords

Package Sidebar

Install

npm i x-wheels

Weekly Downloads

1

Version

0.2.6

License

MIT

Unpacked Size

1.46 MB

Total Files

33

Last publish

Collaborators

  • mengxianwei