Skip to content

fish-admin is simple development boilerplate based on fish-ui

License

Notifications You must be signed in to change notification settings

lizhibo0509/fish-admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fish-admin

fish-admin is simple development boilerplate
ui: based on fish-ui (vue 2)
api: based on springboot (java)

Page preview

image image

Quick Start

$ 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

About

fish-admin is simple development boilerplate based on fish-ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 57.6%
  • JavaScript 25.0%
  • Vue 17.2%
  • HTML 0.2%