0.0.9 • Published 5 years ago

roue-test-1-1 v0.0.9

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

roue - 一个 Vue UI 组件

介绍

这是我在学习 Vue 过程中做的一个 UI 框架,希望对你有用。

WARNING

本组件仍在开发中,请勿在开发环境中使用

开始使用

  1. 添加 CSS 样式 使用本框架前,请在 CSS 中开启 border-box

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

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

  2. 安装 roue

    npm i --save roue-test-1-1
  3. 引入 roue

    import {Button, ButtonGroup, Icon} from 'roue-test-1-1'
    import 'roue-test-1-1/dist/index.css'
    
    export default {
      name: 'app',
      components: {
        'r-button': Button,
        'r-icon': Icon
      }
    }
0.0.9

5 years ago

0.0.6

5 years ago

0.0.5

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