@huilian/components-tms 1.0.0 → 1.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@huilian/components-tms",
3
- "version": "1.0.0",
3
+ "version": "1.1.3",
4
4
  "scripts": {
5
5
  "dev": "npx rollup -wc rollup.config.dev.js",
6
6
  "build": "npx rollup -c rollup.config.js && npm run build:types",
@@ -32,6 +32,7 @@
32
32
  "@vue/compiler-sfc": "^3.0.0",
33
33
  "@vue/eslint-config-typescript": "^5.0.2",
34
34
  "@vue/test-utils": "^1.0.3",
35
+ "el-table-draggable": "^1.4.2",
35
36
  "eslint": "^6.7.2",
36
37
  "eslint-plugin-vue": "^7.0.0-0",
37
38
  "husky": "^4.3.8",
@@ -50,7 +51,7 @@
50
51
  "vue": "^2.6.14",
51
52
  "vue-template-compiler": "^2.6.14"
52
53
  },
53
- "files":[
54
+ "files": [
54
55
  "lib"
55
56
  ]
56
57
  }
package/readme.md ADDED
@@ -0,0 +1,7 @@
1
+ ## huilian的npm包项目
2
+
3
+ * lib为产出物
4
+ * components 源码文件目录
5
+ * package.json 里的file 是打包产物输出文件过滤只输出构建后产物路径
6
+ * 这包项目里基本都是后台element为主的 二次包装组件 所以一些依赖是项目本身就有的 这单要注意
7
+ * 参考components里的实际组件UploadFile 开发就行了 hellovue和mybutton是例子