gin-quasar-admin

😊A full-featured management system based on Quasar2, Vue3, Go, Gin, Gorm. 😊Gin-Quasar-Admin是一个基于Quasar和Go语言的功能全面的管理系统.

MIT License

Stars
213
Committers
4

English | 简体中文 | Wiki

A full-featured management system based on Quasar2/Vue3/Vite/Go/Gin/Gorm,it supports i18n.

You can develop plugins and configure Gin-Quasar-Admin as your personalized website,it's easy.

This project is constantly improving, expecting your Clone/Fork/Issue/PR (to dev).

If you like it, please give me a Star.


Screenshots:

Online Demo

  1. http://81.68.159.232/
  2. username: admin
  3. pwd: GIN&quasar@1

Installation:

Frontend:

// cd toyourpath/GQA-FRONTEND:
yarn
// run:
yarn dev
// build:
yarn build

Backend:

# cd toyourpath/GQA-BACKEND:
go mod tidy
go run main.go

# build(Linux):
set GOARCH=amd64
set GOOS=linux
go build main.go

License

Copyright (c) 2021-time.Now() Junvary

MIT License

Package Rankings
Top 4.65% on Proxy.golang.org
Related Projects