# Avue **Repository Path**: giteewang/avue ## Basic Information - **Project Name**: Avue - **Description**: Avue.js是基于现有的element-ui库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易,avue-cli是后台模版 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://avue.top - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1684 - **Created**: 2019-03-14 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

Avue logo

## 介绍 Avue.js是基于现有的element-ui,库进行的二次封装,简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易 - github - [https://github.com/nmxiaowei/avue](https://github.com/nmxiaowei/avue) - 官网 - [https://avue.top](https://avue.top) - 文档 - [https://avue.top/#/component/installation](https://avue.top/#/component/installation) - 更新日志 - [https://avue.top/#/component/changelog](https://avue.top/#/component/changelog) - 服务端解决方案:[https://gitee.com/log4j/pig](https://gitee.com/log4j/pig) - 交流群 - 606410437(avue交流学习) ## 后台集成解决方案 avue-cli(快速开发模版)[https://gitee.com/smallweigit/avue-cli](https://gitee.com/smallweigit/avue-cli) ## 使用 必须安装element-ui和axios库作为底层支持 ``` #### npm npm i @smallwei/avue --save #### 导入 import Avue from @smallwei/avue/lib/index.js import @smallwei/avue/lib/theme-chalk/index.css #### 使用 Vue.use(Avue); ``` ## 例子 要查看[在线例子](https://avue.top/#/doc/installation)和文档,请访问[https://avue.top](https://avue.top). ## 问答 有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入QQ群. ## issues 打开问题之前,请务必提供详细的问题过程和截图,不符合准则的问题将会被拒绝. ## Changelog 每个版本的详细更改记录在[发行说明](https://gitee.com/smallweigit/avue/releases). ## License [MIT](http://opensource.org/licenses/MIT) Copyright (c) 2017-present, Smallwei