/vue-desktop

Desktop App with Vue 3 and TauriJS

Primary LanguageCSS

Vue Desktop With Tauri

Alt text

Tauri

Tauri is a framework for building tiny, blazingly fast binaries for all major desktop platforms. Developers can integrate any front-end framework that compiles to HTML, JS and CSS for building their user interface. The backend of the application is a rust-sourced binary with an API that the front-end can interact with.

VueJS v3

Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

How to run

Run Development Mode

$ vue serve
--
$ npm run tauri dev

Build

$ npm run tauri build

for more information about Tauri, please visit (tauri-apps/tauri).