@peteretelej/comet
v1.0.0
Published
Build Desktop Apps with Electron, Golang, Bootstrap and Vuejs
Maintainers
Readme
comet - Desktop Apps with Electron, Go, Bootstrap, Vuejs
Boostrap for desktop apps built with Electron and powered by Go. WIP
Work In Progress
This is Work In Progress: Not ready for use.
Dev Requirements:
- Go
- Nodejs (npm)
Basic Usage
Get the project
go get -u github.com/peteretelej/comet
cd $GOPATH/src/github.com/peteretelej/cometInitialize and launch
./comet init
# initiliazes comet
./comet start
# launches appTODO
- [x] Define basic projects structure and working example
- [x] Launch electron from Go
- [ ] Setup app templates for easier bootstrapping options
- [ ] Packaging and distribution
