# Demo-element-admin **Repository Path**: luoob/Demo-element-admin ## Basic Information - **Project Name**: Demo-element-admin - **Description**: Vue+Element-ui+Express+MongoDB开发的一个小demo后台。只是稍微用来测试了一下 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-08-04 - **Last Updated**: 2020-12-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # crud-mongodb 前端使用 - **vue** - **vue-router** - **element-ui** 后端 - **express** - **cors**(进行快速配置允许所有请求跨域) 数据库 - **MongoDB**(因其比较方便) - **mongoose** (模块) 这是一个基于**JavaScript**的全栈开发的小demo 使用**vue-cli**脚手架进行快速创建项目 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Run your tests ``` npm run test ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).