新增完整项目配置与初始页面框架,包含: 1. Tauri桌面应用配置与构建脚本 2. Vue3+TypeScript前端基础架构 3. 多尺寸应用图标资源 4. 基础路由与状态管理配置 5. 跨平台标题栏组件 |
||
|---|---|---|
| .github/workflows | ||
| .vscode | ||
| public | ||
| src | ||
| src-tauri | ||
| .gitignore | ||
| README.md | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
README.md
Tauri + Vue + TypeScript
This template should help get you started developing with Vue 3 and TypeScript in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.