Vue 3 + Wails3 Template Build Native Desktop Apps with Go and Web Tech



This content originally appeared on DEV Community and was authored by Jin Gong

I recently built and open-sourced a Wails3 + Vue3 starter template to make it easier for developers to build native-feeling desktop apps using Go on the backend and React on the frontend.

GitHub Repo:https://github.com/JinGongX/SuiDemo?tab=readme-ov-file#english

🌍 A Wails v3-based desktop application template with i18n, dark mode, and SQLite integration.

✅ Internationalization (i18n) using vue-i18n
🌗 Automatic light/dark theme support with manual override
🗃 SQLite database integration with CRUD operations
⚙ Settings panel and hotkey configuration demo
💡 Built with Wails v3, Vue 3, and TypeScript

📸 Screenshots

Dark Mode

Bright Mode


This content originally appeared on DEV Community and was authored by Jin Gong