UNPKG

vue-yizun-ui

Version:
54 lines (40 loc) 896 B
# YiZunUI ### 介绍 这是一个基于vue的ui`kuangjia`,灵感,代码来源于`element`,`antd`,`iview`,`jquery`,`bootstrap` ### 安装使用 ``` bash npm i vue-yizun-ui ````main.js`中引入 ``` javascript import Vue from 'vue' import App from './App' import router from './router' import YiZunUI from 'vue-yizun-ui' import 'vue-yizun-ui/src/package/theme/style.css' Vue.use(YiZunUI) Vue.config.productionTip = false /* eslint-disable no-new */ new Vue({ el: '#app', router, components: { App }, template: '<App/>' }) ``` ### 开发文档 还未编写 ### 功能列表 - [x] 按钮组件 - [x] 栅格布局 - [x] 图标组件 - [x] 菜单组件 - [ ] 单选框 - [ ] 复选框 - [x] 输入框 ### 开发规范 1. 代码符合eslint 2. 组件标签以大写字母开头,驼峰形式 ### 相关知识点 1. `vue`,`es6`,`es7`,`css3`,`element`,`react`,`iview` ### 周边