Skip to content

ZLATAN628/commissary-tauri

Repository files navigation

Tauri + Vue 3

This template should help get you started developing with Tauri + Vue 3 in Vite. The template uses Vue 3 <script setup> SFCs, check out the script setup docs to learn more.

page

安装 yarn:
参考链接:https://yarn.bootcss.com/docs/install/#windows-stable

安装 rust 环境:
参考链接:https://www.rust-lang.org/zh-CN/tools/install

IDE 推荐使用 VS Code
下载链接:https://code.visualstudio.com/Download

启动流程:
1.拉取项目
git clone https://github.com/ZLATAN628/commissary-tauri.git\ 2.进入项目根目录
cd commissary-tauri
3.下载依赖
yarn install
4.启动项目
yarn tauri dev

项目开发过程中可以参考的官文文档:
ui框架: Naive Ui - https://www.naiveui.com/zh-CN/os-theme/components/avatar\ 前端框架: Vue3 - https://cn.vuejs.org/api/\ Vue Router4 - https://router.vuejs.org/zh/guide/\ 后端: Rust - https://rustwiki.org/zh-CN/book/title-page.html\ 客户端框架: Tauri - https://tauri.app/zh-cn/v1/api/js/\ 图标: xicons - https://www.xicons.org/#/\ 数据库: mysql
qqApi接入: go-cqhttp - https://docs.go-cqhttp.org/api

PS: 打包项目命令 : yarn tauri build