@ap666/office-word 0.1.0 → 0.1.2
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 +6 -1
- package/dist/index.js +28573 -46546
- package/dist/index.umd.cjs +167 -211
- package/package.json +6 -1
package/README.md
CHANGED
|
@@ -8,6 +8,12 @@ A reusable Vue 3 rich text editor component built with Tiptap 3.
|
|
|
8
8
|
npm install @ap666/office-word
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
+
If your package manager does not auto-install peer dependencies, install the required runtime peers as well:
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
npm install vue @tiptap/core @tiptap/vue-3 @tiptap/pm @tiptap/starter-kit @tiptap/extension-placeholder @tiptap/extension-code-block @tiptap/extension-code-block-lowlight @tiptap/extension-font-family @tiptap/extension-subscript @tiptap/extension-superscript @tiptap/extension-table @tiptap/extension-table-cell @tiptap/extension-table-header @tiptap/extension-table-row @tiptap/extension-task-item @tiptap/extension-task-list @tiptap/extension-text-style @tiptap/extension-underline lowlight
|
|
15
|
+
```
|
|
16
|
+
|
|
11
17
|
## Basic Use
|
|
12
18
|
|
|
13
19
|
```vue
|
|
@@ -172,4 +178,3 @@ import type {
|
|
|
172
178
|
## Package Docs
|
|
173
179
|
|
|
174
180
|
- usage guide: `docs/usage.md`
|
|
175
|
-
|