# fish-admin
**Repository Path**: zhanght_admin/fish-admin
## Basic Information
- **Project Name**: fish-admin
- **Description**: fish-admin is simple development boilerplate based on fish-ui
- **Primary Language**: Java
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 7
- **Created**: 2017-11-18
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# fish-admin
> fish-admin is simple development boilerplate
> ui: based on [fish-ui](https://github.com/myliang/fish-ui) (vue 2)
> api: based on springboot (java)
# Page preview


# Quick Start
``` bash
$ git clone https://github.com/myliang/fish-admin.git
# 1 api
$ cd fish-admin/api
$ gradle bootRun
# 2 ui
$ cd fish-admin/ui
$ npm install
$ npm run dev
```
# Functional module
1. user management
2. role management
3. change password
4. login
5. exit