# H-Tauri-App **Repository Path**: hblockd/h-tauri-app ## Basic Information - **Project Name**: H-Tauri-App - **Description**: 使用Tauri构建的桌面工具集。逐步完善中 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-25 - **Last Updated**: 2026-02-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 一个使用Rust+Tauri开发的工具箱 ### 环境 - Node.js 22 - Vscode或RustRover - Rust LastVersion - Cargo LastVersion - pnpm ### vscode 插件 - rust - Rust Syntax - Dependi - rust-analyzer - UnoCSS - Vue(Official) - Vue VSCode Snippets - Color Highlight - Naive UI IntelliSense (UI组件) - i18n Ally (多语言) - ESLint - EditorConfig for VS Code - Perttier - Code formatter - Tauri ### 技术栈 - Tauri 2.0 - Vue 3.0 - UnoCSS - TypeScript - Naive ui - Pinia ### 安装 第一次安装时间比较长,rust需要安装依赖toml ```shell pnpm install ``` ### 运行 ```shell pnpm tauri dev ``` #### 文档链接 | 序号 | 文档 | | ---- | -------------------------------------------------------------------- | | 1 | [Tauri](https://v2.tauri.org.cn/) | | 2 | [Rust](https://rust-lang.org/zh-CN/) | | 5 | [程序设计语言](https://kaisery.github.io/trpl-zh-cn/title-page.html) | | 3 | [Vue](https://cn.vuejs.org/) | | 4 | [Vue Router](https://router.vuejs.org/zh/) | | 5 | [Naive UI](https://www.naiveui.com/zh-CN/os-theme) | ![输入图片说明](main.png)