markstream-vue 0.0.4-beta.5 → 0.0.4-beta.7
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 -0
- package/README.zh-CN.md +2 -0
- package/dist/exports.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.tailwind.css +1 -1
- package/dist/index4.js +1 -1
- package/dist/tailwind.ts +0 -0
- package/package.json +39 -47
package/README.md
CHANGED
|
@@ -17,6 +17,8 @@
|
|
|
17
17
|
[](https://github.com/Simon-He95/markstream-vue/actions/workflows/ci.yml)
|
|
18
18
|
[](./license)
|
|
19
19
|
|
|
20
|
+
Looking for Vue 2.6? Use [`markstream-vue2`](./packages/markstream-vue2/README.md) (a baseline port with fewer advanced features).
|
|
21
|
+
|
|
20
22
|
## Contents
|
|
21
23
|
|
|
22
24
|
- [TL;DR Highlights](#tldr-highlights)
|
|
@@ -37,6 +39,10 @@
|
|
|
37
39
|
> 📖 All detailed documentation, API, examples, and advanced usage have been migrated to the VitePress documentation site:
|
|
38
40
|
> https://markstream-vue-docs.simonhe.me/guide/
|
|
39
41
|
|
|
42
|
+
> ✅ Looking for a React renderer? A first-pass port now lives under `packages/markstream-react`. See `packages/markstream-react/README.md` for usage instructions while its documentation is fleshed out.
|
|
43
|
+
|
|
44
|
+
> ✅ Looking for a React renderer? A first-pass port now lives under `packages/markstream-react`. See `packages/markstream-react/README.md` for usage instructions while its documentation is fleshed out.
|
|
45
|
+
|
|
40
46
|
## TL;DR Highlights
|
|
41
47
|
|
|
42
48
|
- Purpose-built for **streaming Markdown** (AI/chat/SSE) with zero flicker and predictable memory.
|
package/README.zh-CN.md
CHANGED
|
@@ -16,6 +16,8 @@
|
|
|
16
16
|
[](https://github.com/Simon-He95/markstream-vue/actions/workflows/ci.yml)
|
|
17
17
|
[](./license)
|
|
18
18
|
|
|
19
|
+
需要 Vue 2.6 版本?请使用 [`markstream-vue2`](./packages/markstream-vue2/README.md)(基础移植版,功能更精简)。
|
|
20
|
+
|
|
19
21
|
## 目录
|
|
20
22
|
|
|
21
23
|
- [速览](#速览)
|