Giter VIP home page Giter VIP logo

spring-boot-vue-admin's Introduction

Spring Boot Vue Admin

简介

提供一套前后端分离的后台权限管理模版。

前端 Vue 模板来自 vue-element-admin,其他功能可以根据该项目进行拓展。

后端 Spring Boot 模板来自种子项目,详细请看 api

使用cors解决跨域问题

预览

Demo

在线 Demo:暂无

依赖版本

前端依赖 版本
node 10.5.0
npm 6.1.0
后端依赖 版本
SpringBoot 2.0.2

快速开始

# 克隆项目
git clone https://github.com/233moutian/spring-boot-vue-admin.git

# 进入项目
cd spring-boot-vue-admin

# 后端
cd api

# 导入数据库文件(记得修改数据库信息)
sudo chmod a+x resetDB.sh && ./resetDB.sh

# 启动后端服务...

# 前端
cd app

# 安装依赖
npm install

# 启动前端服务
npm run dev

欢迎小伙伴 star 和 issues ~ 谢谢:)

问题解决

前端依赖安装问题

如果出现以下错误,请单独安装 npm install css-loader,再安装项目依赖 npm install

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'

spring-boot-vue-admin's People

Contributors

zoctan avatar 233moutian avatar

Watchers

James Cloos avatar  avatar ZhuoZeWu 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.