tauri-apps / tauri

Build smaller, faster, and more secure desktop and mobile applications with a web frontend.
https://tauri.app
Apache License 2.0
85.16k stars 2.57k forks source link

Please add support/doc configuration for Vuetify 3.x #10304

Closed rgutierrez2004 closed 4 months ago

rgutierrez2004 commented 4 months ago

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

amrbashir commented 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:

  1. adding the @tauri-apps/cli package as dev dependency
  2. run npm run tauri init and answer the questions

More info can be found here https://tauri.app/v1/guides/getting-started/setup/integrate