Code Monkey home page Code Monkey logo

spring-boot-vue-admin's Introduction

Spring Boot Vue Admin

Provides a set of background permission management templates that separate the front and back ends.

stars license

English | 简体中文

Front-end ideas reference "Hand touch, take you to use vue to touch the background series II (login authority)", the template comes from [vue-element-admin](https: //github.com/PanJiaChen/vue-element-admin), other functions can be expanded according to this project.

Back-end ideas reference "Role-Based Access Control New Solution", the template comes from spring-boot-api-seedling, please see the api's README for design ideas.

Note: Since the front-end has not been updated for several years, there are loopholes and outdated versions. If necessary, please refer to the new project written in Vue3: admin-vue3-template

Welcome friends to star and issues ~ thank you :)

Preview

role list

role manage

user manage

user role manage

Dependency version

frontend version
node 8.16.1
npm 6.4.1
backend version
SpringBoot 2.1.6

Quick start

# clone project
git clone https://github.com/Zoctan/spring-boot-vue-admin.git

# go to project
cd spring-boot-vue-admin

# go to backend
cd api

# import database sql files (Remember to modify the database information)
sudo chmod a+x resetDB.sh && ./resetDB.sh

# start the backend ...

# go to frontend
cd app

# install dependency
npm install

# start the frontend ...
npm run dev

Problem solve

no such file/ansi-styles/css-loader

npm ERR! enoent ENOENT: no such file or directory, rename '/workspace/spring-boot-vue-admin/app/node_modules/.staging/css-loader-b931fe48/node_modules/ansi-styles' -> '/workspace/spring-boot-vue-admin/app/node_modules/.staging/ansi-styles-6535fafb'

please install css-loader firstly: npm install css-loader, and install project dependency secondly: npm install.

Update log

2019-10-16 The webpack version is rolled back, and there is no time to fix the new version. Update the discovered issues and add services exactly according to the backend template spring-boot-api-seedling.

~~2018-06-10 Redis is removed because Redis is mainly used as a cache database, but it does not play much role in this project. Note that if you need to make the token invalid during logout, you need to use Redis together, you can add it according to the backend template. ~~

spring-boot-vue-admin's People

Contributors

zoctan avatar eesc88 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.