# blogSystem **Repository Path**: chen-xiaocheng545/blog-system ## Basic Information - **Project Name**: blogSystem - **Description**: nodejs开发的后端,express框架搭建接口 完成登录功能 前端vue2全家桶,elementui快速搭建页面 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-22 - **Last Updated**: 2022-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客系统 ## README # boke 前台直接 npm install 安装依赖 npm run serve 启动前端 后台同样 npm install 安装依赖 node app.js 启动后端服务 浏览器进入 localhost:8080 即可 ## 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/).