0.1.0 • Published 5 years ago

roxas-ui v0.1.0

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

一个基于 Vue 的 UI 框架

Build Status

介绍

开始使用

  1. 安装
npm i --save roxas-ui-test
  1. 引入
import {gButton,gButtonGroup,gIcon} from 'roxas-ui'
import 'roxas-ui/dist/index.css'

export default {
    name:'app',
    components:{
        gButton,
        gButtonGroup,
        gIcon
}
  1. 添加 css 样式

    使用本框架前,请 css 设计 border-box

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

    IE11 及以上浏览器都支持该样式.

文档

文档地址

提问

变更记录

联系方式

贡献代码