# vue_primission **Repository Path**: cheerqjy/vue_primission ## Basic Information - **Project Name**: vue_primission - **Description**: 基于vue+express+mongoose实现的后端权限管理系统: 后端基于nodejs的express4+mongoose+jwt(token)+bcryptjs 前端基于 vue+vue-router+axios+vuex+element - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 0 - **Created**: 2021-03-09 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue, Nodejs ## README # vue_primission > 基于vue+express+mongoose实现的后端权限管理系统 > 后端基于nodejs的express4+mongoose+jwt(token)+bcryptjs > 前端基于 vue+vue-router+axios+vuex+element ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### 后端服务器 ``` > 找到server目录 > npm i > npm start ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 注:部分来自网络