Introduction

This project is a production-ready front-end and back-end solution for admin interfaces. It is based on Vue, Spring boot and uses the UI Toolkit element-Ui.

This project is based on the newest development stack of Vue and Spring boot and it has lots of awesome features, Such as member management, book management, category management, return and borrow functions.

Preparation

You need to install node and git locally. The project is based on ES2015+, vue, vuex, vue-router, vue-cli , axios and element-ui, and Spring boot. Understanding and learning this knowledge in advance will greatly help the use of this project.

image-20221206183959153

image-20221206184254402

image-20221206184415782

Getting started

# clone the project
git clone https://github.com/Linon419/management-system

# enter the project front-end directory
cd vue-admin

# install dependency
npm install

# develop
npm run dev
# then run the back-end project in springboot directory