这是我在学习 Vue 的过程中做的一个 UI 框架,希望对你有用
-
添加 CSS 样式 使用本框架前,请在 CSS 中开启 border-box
*, *::before, *::after { box-sizing: border-box; }
IE 8 及以上浏览器都支持此样式
-
安装 tears-ui
npm i --save tears-ui
# 优先推荐yarn
yarn add tears-ui
- 引入 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
作者:塘主无鱼