Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit b751385

Browse files
authored
Merge pull request #113 from vize-team/feature/editor-optim
Feature/editor optim
2 parents 09e67e5 + 63c0532 commit b751385

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,17 @@ Github: [https://github.com/vize-team/vize](https://github.com/vize-team/vize)
1818
- 开箱即用的接入方式
1919
- ...
2020

21+
## 📖 文档
22+
23+
[Vize Docs](https://vize-team.github.io/)
24+
2125
## 🤟 体验
2226

2327
体验站点:[vize.cool](https://vize.cool)
2428

2529
## 🛠 部署
2630

27-
参考:[部署服务](/deploy/intro.html)
31+
参考:[部署服务](https://vize-team.github.io/deploy/intro.html)
2832

2933
## 👨‍💻 开发者
3034

@@ -51,7 +55,7 @@ Github: [https://github.com/vize-team/vize](https://github.com/vize-team/vize)
5155
| 管理端 UI | [management-ui](https://github.com/vize-team/vize/tree/master/packages/management-ui) | [@vize/management-ui](https://www.npmjs.com/package/@vize/management-ui) | ![version](https://img.shields.io/npm/v/@vize/management-ui) ![download](https://img.shields.io/npm/dw/@vize/management-ui) |
5256
| 通用物料库 | [materials-universal](https://github.com/vize-team/vize/tree/master/packages/materials-universal) | - | - |
5357
| Web 页面发布器 | [publisher-web](https://github.com/vize-team/vize/tree/master/packages/publisher-web) | [@vize/publisher-web](https://www.npmjs.com/package/@vize/publisher-web) | ![version](https://img.shields.io/npm/v/@vize/publisher-web) ![download](https://img.shields.io/npm/dw/@vize/publisher-web) |
54-
| Web 公用运行时 | [runtime-web](https://github.com/vize-team/vize/tree/master/packages/runtime-web) | [@vize/runtime-web](https://www.npmjs.com/package/@vize/runtime-web) | ![version](https://img.shields.io/npm/v/@vize/runtime-ui) ![download](https://img.shields.io/npm/dw/@vize/runtime-ui) |
58+
| Web 运行时 | [runtime-web](https://github.com/vize-team/vize/tree/master/packages/runtime-web) | [@vize/runtime-web](https://www.npmjs.com/package/@vize/runtime-web) | ![version](https://img.shields.io/npm/v/@vize/runtime-web) ![download](https://img.shields.io/npm/dw/@vize/runtime-web) |
5559
| 类型声明 | [types](https://github.com/vize-team/vize/tree/master/packages/types) | [@vize/types](https://www.npmjs.com/package/@vize/types) | ![version](https://img.shields.io/npm/v/@vize/types) ![download](https://img.shields.io/npm/dw/@vize/types) |
5660

5761
## 📦 周边生态

packages/doc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"version": "1.0.0",
44
"scripts": {
55
"dev": "../../node_modules/.bin/vuepress dev ./src",
6-
"build": "./node_modules/.bin/vuepress build ./src"
6+
"build": "../../node_modules/.bin/vuepress build ./src"
77
}
88
}

packages/doc/src/welcome/intro.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,17 @@ Github: [https://github.com/vize-team/vize](https://github.com/vize-team/vize)
2828
- 开箱即用的接入方式
2929
- ...
3030

31+
## 📖 文档
32+
33+
[Vize Docs](https://vize-team.github.io/)
34+
3135
## 🤟 体验
3236

3337
体验站点:[vize.cool](https://vize.cool)
3438

3539
## 🛠 部署
3640

37-
参考:[部署服务](/deploy/intro.html)
41+
参考:[部署服务](https://vize-team.github.io/deploy/intro.html)
3842

3943
## 👨‍💻 开发者
4044

packages/doc/src/welcome/packages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Vize 的所有核心功能(如编辑器、后端服务等)及相关周边均
2323
| 管理端 UI | [management-ui](https://github.com/vize-team/vize/tree/master/packages/management-ui) | [@vize/management-ui](https://www.npmjs.com/package/@vize/management-ui) | ![version](https://img.shields.io/npm/v/@vize/management-ui) ![download](https://img.shields.io/npm/dw/@vize/management-ui) |
2424
| 通用物料库 | [materials-universal](https://github.com/vize-team/vize/tree/master/packages/materials-universal) | - | - |
2525
| Web 页面发布器 | [publisher-web](https://github.com/vize-team/vize/tree/master/packages/publisher-web) | [@vize/publisher-web](https://www.npmjs.com/package/@vize/publisher-web) | ![version](https://img.shields.io/npm/v/@vize/publisher-web) ![download](https://img.shields.io/npm/dw/@vize/publisher-web) |
26-
| Web 公用运行时 | [runtime-web](https://github.com/vize-team/vize/tree/master/packages/runtime-web) | [@vize/runtime-web](https://www.npmjs.com/package/@vize/runtime-web) | ![version](https://img.shields.io/npm/v/@vize/runtime-ui) ![download](https://img.shields.io/npm/dw/@vize/runtime-ui) |
26+
| Web 运行时 | [runtime-web](https://github.com/vize-team/vize/tree/master/packages/runtime-web) | [@vize/runtime-web](https://www.npmjs.com/package/@vize/runtime-web) | ![version](https://img.shields.io/npm/v/@vize/runtime-web) ![download](https://img.shields.io/npm/dw/@vize/runtime-web) |
2727
| 类型声明 | [types](https://github.com/vize-team/vize/tree/master/packages/types) | [@vize/types](https://www.npmjs.com/package/@vize/types) | ![version](https://img.shields.io/npm/v/@vize/types) ![download](https://img.shields.io/npm/dw/@vize/types) |
2828

2929
## 📦 周边生态

packages/types/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@vize/types",
33
"version": "0.1.13",
4-
"description": "",
54
"main": "dist",
65
"types": "dist",
76
"files": [

0 commit comments

Comments
 (0)