tauri-docs
tauri-docs copied to clipboard
Add guide: Tauri + Vue
TODO
Explain how to use Tauri with a Vue frontend, show a few examples using various Tauri APIs and give some tips on configuration.
Details
Setup
- install vue
- link to vue getting started
Development
- show basic example
- show how to import tauri functions
- show how to use
events.listenwith vue reactivity
SSG
- ssg is possible with vue
- link to vue ssg docs
- link to vite ssg docs
Vue should be added to the frontend configurations. https://beta.tauri.app/guides/frontend/ Tracking for 2.0.