0.0.1 • Published 1 year ago

desktop-vue-golang v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

desktop-vue-golang

This is experimental project for desktop application with electron golang as a server-side and vue as a client-side, golang with vue will communicate via http because basically electron is a packed-web application.

Build & Release

Pre-requisities:

  • Go
  • NodeJS v16.13.1
  • Git
  • Homebrew (development on mac)

Documentation

If you want to try this project run this command from cli, and electron will automatically build for current system

yarn install && yarn start

Targeted build

For building windows apps yarn make:windows

You will need this package installed in mac for building windows apps

For building linux apps yarn make:linux

For building darwin apps yarn make:mac