Skip to content

lreimer/hands-on-tauri-vue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hands-on Tauri Vue.js

Demo application to showcase a Tauri based desktop application with Vue.js frontend. Everything shown here is pretty much auto generated.

Project setup

# see https://tauri.studio/en/docs/getting-started/intro
$ npm i -g @vue/cli
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
$ cargo install tauri-bundler

# see https://github.com/tauri-apps/vue-cli-plugin-tauri
$ vue create hands-on-tauri-vue
$ cd hands-on-tauri-vue
$ vue add tauri

Development and Building

# Compiles and hot-reloads for development
$ npm run tauri:serve

# Build final executable
$ npm run tauri:build

Maintainer

M.-Leander Reimer (@lreimer), mario-leander.reimer@qaware.de

License

This software is provided under the MIT open source license, read the LICENSE file for details.

About

emo application to showcase a Tauri based desktop application with Vue.js frontend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published