Skip to content

Latest commit

 

History

History
81 lines (51 loc) · 1.97 KB

README.en.md

File metadata and controls

81 lines (51 loc) · 1.97 KB

Gin-Quasar-Adminv2

English | 简体中文 | 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

dark1.png

white2.png

dark2.png

Online Demo

  1. http://81.68.159.232/
  2. username: admin
  3. pwd: gqa#123456

Installation:

Frontend:

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

Backend:

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

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

License

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

MIT License