https://github.com/michaelbunch/go-web
Project starter for Go API with Vue.js and Tailwind CSS.
https://github.com/michaelbunch/go-web
Last synced: 2 months ago
JSON representation
Project starter for Go API with Vue.js and Tailwind CSS.
- Host: GitHub
- URL: https://github.com/michaelbunch/go-web
- Owner: michaelbunch
- Created: 2021-03-25T02:17:45.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T05:01:03.000Z (over 3 years ago)
- Last Synced: 2025-01-21T22:43:14.483Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 912 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go / Vue Project Template
This is a template for bootstrapping a Go project that uses a Vuejs/TailwindCSS frontend.
## Features
- Go
- Vuejs
- TailwindCSS
- JWT auth support
## Build
The full frontend and backend of the application are built in containers using a multistep containers.
```
docker build . -t michaelbunch/go-web:latest
```
This will build the build both the Go code and Vuejs code, then merge them into a single container.