code-inspector-plugin 0.1.10 → 0.1.12
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 +17 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
|
|
23
23
|

|
|
24
24
|
|
|
25
|
+
## 💻 在线体验
|
|
26
|
+
|
|
27
|
+
<b>vue online demo:</b><br/>
|
|
28
|
+
[
|
|
29
|
+

|
|
30
|
+
](https://stackblitz.com/edit/vitejs-vite-4pseos?file=vite.config.ts)
|
|
31
|
+
|
|
32
|
+
<b>react online demo:</b><br/>
|
|
33
|
+
[
|
|
34
|
+

|
|
35
|
+
](https://stackblitz.com/edit/vitejs-vite-4pseos?file=vite.config.ts)
|
|
36
|
+
|
|
25
37
|
## 🚀 安装
|
|
26
38
|
|
|
27
39
|
```perl
|
|
@@ -52,9 +64,10 @@ pnpm add code-inspector-plugin -D
|
|
|
52
64
|
|
|
53
65
|
## 📧 交流与反馈
|
|
54
66
|
|
|
55
|
-
任何使用问题可以加入 QQ 群 `769748484
|
|
67
|
+
任何使用问题可以加入 QQ 群 `769748484`、微信群或者添加作者微信 `zhoulx1688888` 进行咨询与反馈:
|
|
56
68
|
|
|
57
|
-
<div style="display: flex;">
|
|
58
|
-
<img src="https://github.com/zh-lx/code-inspector/assets/73059627/
|
|
59
|
-
<img src="https://
|
|
69
|
+
<div style="display: flex; column-gap: 16px; row-gap: 16px; flex-wrap: wrap;">
|
|
70
|
+
<img src="https://github.com/zh-lx/code-inspector/assets/73059627/6f0c8197-21e3-48d7-b9db-ffeb0e0d4ba7" width="200" height="272" />
|
|
71
|
+
<img src="https://github.com/zh-lx/code-inspector/assets/73059627/acd7dafb-b47a-480c-8ab0-93801f39477f" width="200" height="272" />
|
|
72
|
+
<img src="https://github.com/zh-lx/code-inspector/assets/73059627/28ebb97a-a114-4598-a6f2-0e45103284cc" width="200" height="272" />
|
|
60
73
|
</div>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "code-inspector-plugin",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.12",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/index.mjs",
|
|
6
6
|
"typings": "./types/index.d.ts",
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"chalk": "4.1.1",
|
|
42
|
-
"code-inspector-
|
|
43
|
-
"webpack-code-inspector-plugin": "0.1.
|
|
44
|
-
"
|
|
42
|
+
"vite-code-inspector-plugin": "0.1.12",
|
|
43
|
+
"webpack-code-inspector-plugin": "0.1.12",
|
|
44
|
+
"code-inspector-core": "0.1.12"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"@types/node": "^16.0.1",
|