ai-word-editor 0.0.2 → 0.0.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.
Files changed (3) hide show
  1. package/README.md +8 -0
  2. package/dist/index.js +374 -376
  3. package/package.json +4 -19
package/README.md CHANGED
@@ -2,6 +2,14 @@
2
2
 
3
3
  本仓库已改造为 **Vue3 组件包**:你可以把它当成另一个 Vue3 + Vite 项目的依赖来 `import` 使用。
4
4
 
5
+ ## 0. 安装
6
+
7
+ 在你的 Vue3 项目中安装本包(内部会自动依赖所需库):
8
+
9
+ ```bash
10
+ npm install ai-word-editor
11
+ ```
12
+
5
13
  ## 1. 打包
6
14
 
7
15
  在本仓库执行: