szguanglian-avue 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/LICENSE ADDED
@@ -0,0 +1,20 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2018 Smallwei
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy of
6
+ this software and associated documentation files (the "Software"), to deal in
7
+ the Software without restriction, including without limitation the rights to
8
+ use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
9
+ the Software, and to permit persons to whom the Software is furnished to do so,
10
+ subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
17
+ FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
18
+ COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
20
+ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,36 @@
1
+ <p align="center"><a href="https://avuejs.com" target="_blank" rel="noopener noreferrer"><img width="100" src="https://avuejs.com/images/logo-bg.jpg" alt="Avue logo"></a></p>
2
+
3
+ ## 介绍
4
+ Avue.js是基于现有的element-ui库进行的二次封装,从而简化一些繁琐的操作,核心理念为数据驱动视图,主要的组件库针对table表格和form表单场景,同时衍生出更多企业常用的组件,达到高复用,容易维护和扩展的框架,同时内置了丰富了数据展示组件,让开发变得更加容易.
5
+
6
+ ### 浏览器兼容性
7
+ 支持所有符合ES5标准的浏览器(不支持IE8及以下版本).
8
+
9
+ ## 文件
10
+
11
+ | 文件名 | 用途 |
12
+ |-------------|----------|
13
+ | avue.min.js | 生产环境|
14
+ | avue.js | 开发环境|
15
+
16
+ ## 文档
17
+
18
+ 要查看[Live Examples](https://avuejs.com/doc/installation)和文档,请访问[https://avuejs.com](https://avuejs.com).
19
+
20
+ ## 问答
21
+
22
+ 有关问题和支持,请使用[issues](https://gitee.com/smallweigit/avue/issues)或加入QQ群606410437.
23
+
24
+ ## issues
25
+
26
+ 打开问题之前,请务必提供详细的问题过程和截图,不符合准则的问题将会被拒绝.
27
+
28
+ ## Changelog
29
+
30
+ [发行说明](https://gitee.com/smallweigit/avue/releases)中记录了每个版本的详细更改。
31
+
32
+ ## License
33
+
34
+ [MIT](http://opensource.org/licenses/MIT)
35
+
36
+ Copyright (c) 2017-present, Smallwei