Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/junvary/gin-quasar-admin

😊A full-featured management system based on Quasar2, Vue3, Go, Gin, Gorm. 😊Gin-Quasar-Admin是一个基于Quasar和Go语言的功能全面的管理系统.
https://github.com/junvary/gin-quasar-admin

echarts gin gin-vue go golang gorm pinia quasar quasar-cli quasar-framework quasar2 script-setup vue vue3 vue3-admin websocket

Last synced: about 4 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

Gin-Quasar-Adminv2

English | [简体中文](README.md) | [Wiki](https://github.com/Junvary/gin-quasar-admin/wiki)



Gin-Quasar-Adminv2







#### 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:

![white1.png](https://s2.loli.net/2022/12/01/kEbBwuLi37VlGcF.png)

![dark1.png](https://s2.loli.net/2022/12/01/feywBOXFDRgk9rY.png)

![white2.png](https://s2.loli.net/2022/12/01/oNSz8dYDqFZCRxI.png)

![dark2.png](https://s2.loli.net/2022/12/01/AJL7zjm9RiG6fQr.png)

### 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)