eagle-ui-lib

vue UI框架

Usage no npm install needed!

<script type="module">
  import eagleUiLib from 'https://cdn.skypack.dev/eagle-ui-lib';
</script>

README

vue造轮子

Build Status

介绍

这是一个我在学习vue的过程中,简易开发的UI框架。希望能够适合你。

开始使用

  1. 安装
yarn add eagle-ui-lib --save
or
npm i eagle-ui-lib --save
  1. 框架默认css样式
*,*::after,*::before{
    box-sizing:border-box;
}
  1. 引入
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

提问

变更记录

贡献代码