# element-admin **Repository Path**: why1235678/element-admin ## Basic Information - **Project Name**: element-admin - **Description**: 技术栈Vue@2.6.11 Vue-Router mongoose express axios cors - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-23 - **Last Updated**: 2021-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-admin ### 项目简介 使用vue写前端页面,使用expres实现后台服务,使用mongoDB管理数据,实现帖子的增删改查功能 ### 技术栈 Vue express mongoose axois cors ### Project setup ``` yarn install ``` ### Compiles and hot-reloads for development ``` yarn serve ``` ### Compiles and minifies for production ``` yarn build ``` ### Lints and fixes files ``` yarn lint ``` ### 安装 axios ``` cnpm i axios ``` ### 服务端 server 安装 ``` cnpm i express@next mongoose cors ```