@umoteam/editor 10.0.0 → 10.0.1
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 +9 -0
- package/README.zh-CN.md +11 -0
- package/dist/umo-editor.js +12928 -12956
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -44,6 +44,15 @@ As an independent Vue3 plugin, Umo Editor can be easily integrated into various
|
|
|
44
44
|
|
|
45
45
|
Visit [Playground](https://www.umodoc.com/en/demo?pane=hide) to try Umo Editor.
|
|
46
46
|
|
|
47
|
+
## Example Project
|
|
48
|
+
|
|
49
|
+
To help you get started quickly, we provide a demo project: https://github.com/umodoc/demo. You can view and run Umo Editor sample code in this project.
|
|
50
|
+
|
|
51
|
+
You can also preview and run it online with StackBlitz or CodeSandbox:
|
|
52
|
+
|
|
53
|
+
- View and run on [StackBlitz](https://stackblitz.com/~/github.com/umodoc/demo?file=src/app.vue)
|
|
54
|
+
- View and run on [CodeSandbox](https://codesandbox.io/p/github/umodoc/demo/main?import=true)
|
|
55
|
+
|
|
47
56
|
## Documentation
|
|
48
57
|
|
|
49
58
|
Please visit [Documentation](https://dev.umodoc.com/en/docs/editor) for detailed instructions.
|
package/README.zh-CN.md
CHANGED
|
@@ -47,6 +47,17 @@ Umo Editor 最大的特点是代码完全开源且自主可控,支持私有部
|
|
|
47
47
|
|
|
48
48
|
访问[https://www.umodoc.com/demo?pane=hide](https://www.umodoc.com/demo?pane=hide)快速体验。
|
|
49
49
|
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 示例项目
|
|
53
|
+
|
|
54
|
+
为了方便您快速上手 Umo Editor,我们提供了一个示例项目:https://github.com/umodoc/demo ,您可以在该项目中查看和运行 Umo Editor 的示例代码。
|
|
55
|
+
|
|
56
|
+
您也可以在 StackBlitz 或 CodeSandbox 上快速查看和运行该项目。
|
|
57
|
+
|
|
58
|
+
- 在 [StackBlitz](https://stackblitz.com/~/github.com/umodoc/demo?file=src/app.vue) 上查看和运行该项目。
|
|
59
|
+
- 在 [CodeSandbox](https://codesandbox.io/p/github/umodoc/demo/main?import=true) 上查看和运行该项目。
|
|
60
|
+
|
|
50
61
|
## 开发文档
|
|
51
62
|
|
|
52
63
|
请访问[https://dev.umodoc.com/cn/docs/editor](https://dev.umodoc.com/cn/docs/editor)。
|