# element-admin **Repository Path**: my-study-vue/element-admin ## Basic Information - **Project Name**: element-admin - **Description**: node.js+elementUi+vue练手博客项目 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-07 - **Last Updated**: 2023-05-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # element-admin ## 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 ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/). ### 笔记 ``` 后端代码在 server文件 中 后端安装主要为 express@next mongoose cors(跨域用的) 后端启动命令为 node server/index.js(没有热更新) nodemon server(需要npm全局安装nodemon,他能自动在文件夹中找到对应的index.js) ```