elibroftw / modern-desktop-app-template

Tauri & ReactJS boilerplate for a modern desktop application. Not a project nor a substitute for my Tauri video tutorials.
https://www.youtube.com/playlist?list=PLmWYh0f8jKSjt9VC5sq2T3mFETasG2p2L
Creative Commons Zero v1.0 Universal
173 stars 34 forks source link

How to build as a standalone app #6

Closed Phantom1003 closed 10 months ago

Phantom1003 commented 10 months ago

Currently I can only access the application in a browser, is there support for packaging the application as a standalone executable file?

> yarn dev
yarn run v1.22.19
$ yarn nvmrc
$ node -v > .nvmrc
$ tauri dev
     Running BeforeDevCommand (`yarn start`)
$ vite
  VITE v4.3.9  ready in 719 ms
  ➜  Local:   http://localhost:1420/

Thanks

Phantom1003 commented 10 months ago

Ops, it looks like there are still some dependencies downloading, after waiting for a while the window appeared :)