tauri-vue: A shelf for rapid development of cross-platform software, supports custom head UI drag and drop movement and window shadow effects

Taurus + Vue + Typescript

A template for developing cross-platform software using tauri+vue+ts. It supports custom UI at the window header, drag and drop, and window shadows. You don't need to make adaptations yourself. It's very nice to use right away. And tauri's http request tool has been packaged, saving a lot of detours. Open source address: GitHub - Sjj1024/tauri-vue: A shelf for developing cross-platform software using tauri and vue

Technology stack used:
tauri: must-use
vue: front-end page development framework
vue-router: routing page jump control
pinia: data storage and sharing
element-plus: UI page rendering
sass: style programming
node: v16.18.0 local development dependencies

Page preview: landing page and home page

local development configuration

Clone locally:

git clone https://github.com/Sjj1024/tauri-vue.git

Installation dependencies:

pnpm install

Development preview: the first comparison of time-consuming and computer performance, because tauri dependencies need to be installed

pnpm develop

Compile and package: package as installation files for different platforms

pnpm bundle

Guess you like

Origin blog.csdn.net/weixin_44786530/article/details/132316180