mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
feat(webui): Add UMD build format and CDN usage support
This commit is contained in:
parent
1f9311d3ca
commit
8d2d29a422
13 changed files with 796 additions and 189 deletions
8
packages/webui/examples/README.md
Normal file
8
packages/webui/examples/README.md
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
# Examples
|
||||
|
||||
This directory contains example implementations demonstrating various ways to use the `@qwen-code/webui` library.
|
||||
|
||||
## Available Examples
|
||||
|
||||
- [`cdn-usage-demo.html`](./cdn-usage-demo.html) - Shows how to use the library directly via CDN in a browser environment, featuring the ChatViewer component
|
||||
- [`complex-chat-demo.html`](./complex-chat-demo.html) - Demonstrates a complex chat conversation with tool calls, code blocks, and mixed-language interactions
|
||||
Loading…
Add table
Add a link
Reference in a new issue