You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
preload/ - Preload process source code (used to communicate between main and renderer process)
renderer/ - Renderer process source code
src/ - Vue.js source code
assets/ - Static assets
components/ - Vue.js components
composables/ - Vue.js composables
store/ - Pinia store
tabs/ - Application tabs
App.vue - Vue.js root component
main.ts - Vue.js entrypoint
types/ - TypeScript types
Build
Build the application
npm run build
Package
# For windows (exe)
npm run package:win
# For windows (Microsoft Store)
npm run package:win:store
# For macOS (dmg)
npm run package:mac
# For macOS (App Store)
npm run package:mac:store
# For Linux
npm run package:linux
# For Snapcraft
npm run package:linux:snap