@srcker/editor-vue-next 1.0.8 → 1.1.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.
- package/README.md +3 -8
- package/dist/rich-editor.es.js +283 -210
- package/dist/style/content.css +1 -1
- package/dist/style/toolbar.css +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -26,23 +26,18 @@
|
|
|
26
26
|
npm install
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
```bash
|
|
32
|
-
npm run dev
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
构建生产版本:
|
|
29
|
+
构建版本:
|
|
36
30
|
|
|
37
31
|
```bash
|
|
32
|
+
npm login
|
|
38
33
|
npm run build
|
|
34
|
+
npm publish --access public
|
|
39
35
|
```
|
|
40
36
|
|
|
41
37
|
## 技术栈
|
|
42
38
|
|
|
43
39
|
- Vue 3
|
|
44
40
|
- Tiptap
|
|
45
|
-
- IconPark 图标库
|
|
46
41
|
- SCSS
|
|
47
42
|
|
|
48
43
|
## 图片上传
|