eagle-ui-lib
v0.1.2
Published
vue UI框架
Downloads
3
Readme
vue造轮子
介绍
这是一个我在学习vue的过程中,简易开发的UI框架。希望能够适合你。
开始使用
- 安装
yarn add eagle-ui-lib --save
or
npm i eagle-ui-lib --save
- 框架默认css样式
*,*::after,*::before{
box-sizing:border-box;
}
- 引入
import { Button , Icon , ButtonGroup} from 'ying-wheel-1'
import 'ying-wheel-1/dist/index.css'
export default {
name: 'App',
components: {
'w-button':Button,
'w-button-group':ButtonGroup,
'w-icon':Icon
}
}
支持IE8以上
文档
git: eagle ui docs
gitee: eagle ui docs