Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/holy-two/svelte-tree
使用svelte构建一个web component的tree组件
https://github.com/holy-two/svelte-tree
svelte tree webcomponents
Last synced: 9 days ago
JSON representation
使用svelte构建一个web component的tree组件
- Host: GitHub
- URL: https://github.com/holy-two/svelte-tree
- Owner: holy-two
- Created: 2022-05-11T10:19:34.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-13T03:07:40.000Z (over 2 years ago)
- Last Synced: 2024-05-31T15:35:48.488Z (6 months ago)
- Topics: svelte, tree, webcomponents
- Language: Svelte
- Homepage: https://holy-two.github.io/svelte-tree/
- Size: 54.7 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 一个简单的web component实践
这玩意坑太多了,不只是svelte支持的问题,web component本身就充满了问题,不过目前勉强解决了问题## 如何使用
目前没有找到更好的使用方法,请编译后,按照example文件夹内操作使用## 编译
> 项目采用pnpm构建,所以请保证安装了pnpm后继续,pnpm版本>=7```bash
pnpm dev
```