online-editor 0.1.0 → 0.2.0

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.
Files changed (2) hide show
  1. package/README.md +0 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,9 +1,5 @@
1
1
  # Online Editor
2
2
 
3
- <p align="center">
4
- <img src="./logo.svg" width="120" alt="Online Editor Logo" />
5
- </p>
6
-
7
3
  <p align="center">
8
4
  浏览器代码编辑器 & 可视化运行组件,支持 Vue/React 等框架的在线编辑与预览
9
5
  </p>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "online-editor",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "浏览器代码编辑器 & 可视化运行组件,支持 Vue/React 等框架的在线编辑与预览",
5
5
  "keywords": [
6
6
  "code-editor",
@@ -53,7 +53,7 @@
53
53
  "README.md"
54
54
  ],
55
55
  "scripts": {
56
- "dev": "vite",
56
+ "dev": "vite build --watch",
57
57
  "build": "vue-tsc && vite build",
58
58
  "preview": "vite preview"
59
59
  },
@@ -95,4 +95,4 @@
95
95
  "vite-plugin-dts": "^4.3.0",
96
96
  "vue-tsc": "^2.1.10"
97
97
  }
98
- }
98
+ }