基于 vue 和 element和MongoDB 后台管理解决方案

开箱即用的基于配置的后台管理解决方案,最少的编写代码,通过配置文件即可实现:增,删,改,查,翻页 的功能。 它基于 vue 和 element和MongoDB。它使用了最新的前端技术栈,动态路由,权限验证,提炼了典型的业务模型,它可以帮助你快速搭建企业级后台产品。

JavaScript Vue.js相关

访问GitHub主页

共25Star

详细介绍

quick-vue-admin

English | 简体中文

Introduction

quick-vue-admin is a front-end management background integration solution,base on VueElementMongoDB。 Least programming,Auto dbref,out of the box。

Dependencies

  • nodejs           (need stand alone install)
  • koa 2.0.0         (include)
  • Element UI 2.x      (include)
  • MongoDB 3.x      (need stand alone install)

Features

- Login / Logout

- Permission Authentication
  - Menu permission
  - User Role permission

- CRUD CONFIG
  - through create one meta config file to auto generate CRUD page
  - auto create collection in MongoDB
  - auto create index in MongoDB
- Auto ref
- Error Page
  - 401
  - 404

Getting started

# clone the project
git clone https://github.com/linzhixian/quick-vue-admin.git

# install dependency
npm install

# develop
npm run dev

Open browser on: http://localhost:9001.

Build

# build for production environment
npm run build

Run

# Run for development environment
npm run dev
# Run for production environment
npm run pm2

contact

Changelog

Detailed changes for each release are documented in the release notes.

Donate

If you find this project useful, you can buy author a glass of juice

License

MIT

Copyright (c) 2018-present ZhiXianLin