Skip to content

Starter Code

Choose a tag to compare

@jinyaoMa jinyaoMa released this 02 Oct 04:21
· 4 commits to starter-code since this release

Starter code includes setup of the following

  • Wails v2, for desktop interface
  • Systray, to have a menu on taskbar
  • Gin, to have a in-process web/API server for network interface
  • Monorepo structure, to integrate Vue3 UI kit and iconfont development
  • i18n, directory structure ready for multiple languages (backend/pkg/i18n module for backend, vue-i18n plugin for frontend)
  • Tiny setup for SQLite database using GORM (backend/model module)
  • etc.