ecinc-cloud-yoabase 9.5.1 → 9.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,24 @@
1
+ # 易臣智慧云平台9.0
2
+
3
+ > 基于Vue的前端组件库,在element-ui、vant基础上,封装前后端接口交互处理逻辑,提供表单、列表、对话框、报表等常用复合组件功能。
4
+
5
+ ## 安装
6
+
7
+ ``` bash
8
+ $ npm install ecinc-cloud-xxx --save
9
+ ```
10
+ ## 使用
11
+
12
+ 在 `main.js` 文件中引入插件并注册
13
+
14
+ ``` bash
15
+ # main.js
16
+ import ecxxx from 'ecinc-cloud-xxxx'
17
+ Vue.use(ecxxx)
18
+ ```
19
+
20
+ ## 注意
21
+ 1. 本系列组件依赖于易臣智慧云平台9.0版;
22
+ 2. 手机H5版应用需要安装ecinc-cloud-mappaio;
23
+ 3. 云办公PC版应用需要安装ecinc-cloud-wappaio;
24
+ 4. 云门户PC版应用需要安装ecinc-cloud-wportal。