https://github.com/gin-admin/gin-admin-vue
A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.基于 Golang + Gin + GORM 2.0 + Casbin 2.0 + Wire DI 的轻量级、灵活、优雅且功能齐全的 RBAC 脚手架。
https://github.com/gin-admin/gin-admin-vue
Last synced: about 1 year ago
JSON representation
A lightweight, flexible, elegant and full-featured RBAC scaffolding based on GIN + GORM 2.0 + Casbin 2.0 + Wire DI.基于 Golang + Gin + GORM 2.0 + Casbin 2.0 + Wire DI 的轻量级、灵活、优雅且功能齐全的 RBAC 脚手架。
- Host: GitHub
- URL: https://github.com/gin-admin/gin-admin-vue
- Owner: gin-admin
- License: mit
- Created: 2023-11-03T00:52:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T09:19:42.000Z (about 2 years ago)
- Last Synced: 2025-01-13T08:12:48.849Z (over 1 year ago)
- Language: Vue
- Homepage: https://demo.ginadmin.top
- Size: 1.62 MB
- Stars: 30
- Watchers: 2
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GIN-Admin-Frontend
> GIN-Admin-vue is a frontend project for [gin-admin](https://github.com/LyricTian/gin-admin) base on Ant Design React.

- [Preview](http://101.42.232.163:8040)
- Username: admin
- Password: abc-123
## Features
- :gem: **Neat Design**: Follow Ant Design specification
- :triangular_ruler: **Common Templates**: Typical templates for enterprise applications
- :rocket: **State of The Art Development**: Newest development stack of React/umi/dva/antd
- :cn: **International**: Built-in i18n solution
- :closed_lock_with_key: **RBAC**: Support rbac permission management
## Environment Prepare
> You can use [nvm](https://github.com/nvm-sh/nvm) to manage node version.
- Node.js v16.20.2
## Quick Start
### Clone project
```bash
git clone https://github.com/gin-admin/gin-admin-frontend.git
```
### Install dependencies
```bash
npm install or yarn add
```
### Start project
```bash
vite --mode dev
```
### Build project
```bash
vite build --mode prod
```
### Check code style
```bash
npm run lint
```
## MIT License
```text
Copyright (c) 2023 Muyu
```