Skip to content

这是一款基于Vue2.x的UI组件库。希望大家喜欢,给个star!支持一下开发者!

License

Notifications You must be signed in to change notification settings

BOBOlife/tears-ui

Repository files navigation

Tears - 一个 Vue UI 组件

Build Status

介绍

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

开始使用

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

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

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

  2. 安装 tears-ui

npm i --save tears-ui
# 优先推荐yarn
yarn add tears-ui
  1. 引入 tears-ui
import {Button,ButtonGroup,Icon} from 'tears-ui'
import 'tears-ui/dist/index.css'

export default {
    name: 'app',
    components:{
        'g-button':Button,
        'g-icon': Icon
    }
}

文档

官方文档地址:

国内点击这里
国外点击这里

提问

变更记录

变更记录地址:

国内点击这里查看
国外点击这里查看

联系方式

邮箱: bbw1996@qq.com

微信: bobow2333

贡献代码

作者:塘主无鱼

About

这是一款基于Vue2.x的UI组件库。希望大家喜欢,给个star!支持一下开发者!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published