Closed rgutierrez2004 closed 4 months ago
Vuetify itself is not a frameowrk, it is a UI component for Vue so we don't need to have specific documentation for it. However, Tauri works with virtually any frontend framework configuration you might be using so you can just create your vuetify app as you normally do, then integrate tauri into it by:
@tauri-apps/cli
package as dev dependencynpm run tauri init
and answer the questionsMore info can be found here https://tauri.app/v1/guides/getting-started/setup/integrate
Describe the problem
Vuetify is probably the best frontend metaframework available in the market and I can't believe that Tauri creators hasn't added a config doc or official support for this tool yet, we can see support for new frameworrks like Nuxt, Svelkit but the big one Vuetify is mssing.
Describe the solution you'd like
Please update the doc and add official support for Vuetify, so developers can create professional looking thick/desktop clients with Tauri.
Alternatives considered
No response
Additional context
No response