fish-admin
fish-admin copied to clipboard
fish-admin is simple development boilerplate based on fish-ui
fish-admin
fish-admin is simple development boilerplate
ui: based on fish-ui (vue 2)
api: based on springboot (java)
Page preview
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
- user management
- role management
- change password
- login
- exit