unify-external-plugin-platform 0.0.2-8 → 0.0.2-80

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/.browserslistrc CHANGED
@@ -1,3 +1,3 @@
1
- > 1%
2
- last 2 versions
3
- not dead
1
+ > 1%
2
+ last 2 versions
3
+ not dead
package/README.md CHANGED
@@ -1,49 +1,49 @@
1
- # unify-external-plugin-platform
2
-
3
- # 目录说明
4
- ```
5
- * unify-external-plugin-platform
6
- * node_modules 依赖包
7
- * packages 插件组件目录(插件组件大驼峰命名)
8
- * ZSEmpty 空组件(demo)
9
- * src 插件内容
10
- * index.ts 单个插件导出文件,以便单个引入
11
- * ......
12
- * index.js 整体导出
13
- * public
14
- * src 业务代码
15
-
16
- ```
17
-
18
- # 运行
19
- ### 文档
20
- ```shell
21
- npm run docs:dev
22
- ```
23
-
24
- ### Demo
25
- ```shell
26
- npm run serve
27
- ```
28
-
29
-
30
- # 使用
31
- 1. 安装
32
- ```
33
- npm i unify-external-plugin-platform
34
- ```
35
-
36
- 3. 引入:
37
- ```javascript
38
- // 在main.js中
39
- import unifyExternalPluginPlatform from 'unify-external-plugin-platform';
40
- Vue.use(unifyExternalPluginPlatform);
41
- ```
42
-
43
- 3. 使用:
44
- ```vue
45
- <z-s-empty empty-tip="暂无数据组件"></z-s-empty>
46
- ```
47
-
48
-
49
-
1
+ # unify-external-plugin-platform
2
+
3
+ # 目录说明
4
+ ```
5
+ * unify-external-plugin-platform
6
+ * node_modules 依赖包
7
+ * packages 插件组件目录(插件组件大驼峰命名)
8
+ * ZSEmpty 空组件(demo)
9
+ * src 插件内容
10
+ * index.ts 单个插件导出文件,以便单个引入
11
+ * ......
12
+ * index.js 整体导出
13
+ * public
14
+ * src 业务代码
15
+
16
+ ```
17
+
18
+ # 运行
19
+ ### 文档
20
+ ```shell
21
+ npm run docs:dev
22
+ ```
23
+
24
+ ### Demo
25
+ ```shell
26
+ npm run serve
27
+ ```
28
+
29
+
30
+ # 使用
31
+ 1. 安装
32
+ ```
33
+ npm i unify-external-plugin-platform
34
+ ```
35
+
36
+ 3. 引入:
37
+ ```javascript
38
+ // 在main.js中
39
+ import unifyExternalPluginPlatform from 'unify-external-plugin-platform';
40
+ Vue.use(unifyExternalPluginPlatform);
41
+ ```
42
+
43
+ 3. 使用:
44
+ ```vue
45
+ <z-s-empty empty-tip="暂无数据组件"></z-s-empty>
46
+ ```
47
+
48
+
49
+
package/babel.config.js CHANGED
@@ -1,5 +1,5 @@
1
- module.exports = {
2
- presets: [
3
- '@vue/cli-plugin-babel/preset'
4
- ]
5
- }
1
+ module.exports = {
2
+ presets: [
3
+ '@vue/cli-plugin-babel/preset'
4
+ ]
5
+ }