@huilian/components-tms 1.4.6 → 1.4.8

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.4.6",
3
+ "version": "1.4.8",
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",
package/readme.md CHANGED
@@ -127,5 +127,9 @@ queryConfig:{
127
127
  }
128
128
  }
129
129
  ```
130
-
130
+ #本地调试
131
+ 1.首先启动项目 npm run dev
132
+ 2.再次使用命令 npm link
133
+ 3.启动或重启huilianMS
134
+ 4.在项目包使用 npm link @huilian/components-tms
131
135