# BCmsManager **Repository Path**: banfield/BCmsManager ## Basic Information - **Project Name**: BCmsManager - **Description**: 使用express,MongoDB(mongoose),vue的一个简单后台管理系统,图片上传,登录校验,分类管理,适合作为简单展示型网站的服务端,易于二次开发 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: https://gitee.com/banfield/BCmsManager - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2021-02-07 - **Last Updated**: 2022-08-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: Vue ## README # BCmsManager 这是一个简易的后台管理系统,使用 express,MongoDB(mongoose),vue2 的一个简单后台管理系统,图片上传,登录校验,分类管理,适合作为简单展示型网站的服务端,易于二次开发 > 服务端在 [https://gitee.com/banfield/BCmsManager](https://gitee.com/banfield/BCms) ## 接口地址修改 > public 目录下 config.json ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ```