feat: initialize simple-bun project with Vite and Lit template

- Add README.md with project description and CLI commands
- Create app.ts with initial import from @kevisual/router
- Set up tsconfig.json with custom compiler options and paths
This commit is contained in:
2025-12-22 23:48:20 +08:00
commit 7faad04859
10 changed files with 2419 additions and 0 deletions

15
readme.md Normal file
View File

@@ -0,0 +1,15 @@
# simple-bun
这是一个使用 Vite 构建的简单 Lit 项目模板。您可以使用此模板快速启动一个新的 Lit 项目,并利用 AI 助手生成代码片段以加速开发过程。少用git。
## cli
```sh
ev sync clone -i https://kevisual.cn/root/ai/kevisual/backend/simple-bun/kevisual.json
```
## 同步命令
```sh
ev sync list
ev sync upload
```