Background management system

vue-admin

Nuxt.js service rendering framework based on VUE background framework, using docker deployment mode.

Function is introduced

  • User modules
    • Log in to register
    • Retrieve password
    • Email activation
    • User label
    • The user group
  • The article module
    • Add and delete
    • Label management
  • Message module
    • Real-time delivery
    • IM chatting
  • Permissions module
    • User permissions
    • The operation log
  • System module
    • Task queue
    • Role management
    • To allocate
    • Node management
  • Other modules
    • WeChat authorization

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm start

# generate static project
$ npm run generate
Copy the code

Docker operating mode:

First build the image

docker build -t nuxt-admin .

docker run -dt -p 8080:3000 nuxt-admin

< server IP address >:8080

Your support is my best effort, if you like this framework, please give me a Star on [GitHub][1]!

The framework still leaves a lot of unfinished, if you have any comments, please leave them in the comments section below issues!