# gin-quasar-admin
**Repository Path**: junvary/gin-quasar-admin
## Basic Information
- **Project Name**: gin-quasar-admin
- **Description**: 😊Gin-Quasar-Admin是一个基于Quasar2, Vue3, Go, Gin, Gorm的功能全面的管理系统。QQ群号:342045316
- **Primary Language**: Go
- **License**: MIT
- **Default Branch**: main
- **Homepage**: http://81.68.159.232/
- **GVP Project**: No
## Statistics
- **Stars**: 149
- **Forks**: 59
- **Created**: 2021-10-25
- **Last Updated**: 2025-09-14
## Categories & Tags
**Categories**: backend
**Tags**: Gin, quasar, quasar2, vue3, Go语言
## README
Gin-Quasar-Adminv2
English | [简体中文](README.md) | [Wiki](https://github.com/Junvary/gin-quasar-admin/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:
>
> ```js
> // cd toyourpath/GQA-FRONTEND:
> yarn
> // run:
> yarn dev
> // build:
> yarn build
> ```
> Backend:
>
> ```go
> # 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](https://github.com/Junvary/gin-quasar-admin/blob/main/LICENSE)