# front_end **Repository Path**: hellophpxinkai/front_end ## Basic Information - **Project Name**: front_end - **Description**: 123234134123 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-11 - **Last Updated**: 2022-07-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # myblog-vue ## 项目介绍 这里是我的博客 后台:flask+mysql 前台:vue+element-ui 搭建 后台接口 gitee 地址(https://gitee.com/hellophpxinkai/flask-myblog) ## 项目建立 ``` npm install ``` ### 开发时运行 ``` npm run serve ``` ### 打包时运行 ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ## 项目展示 ### 首页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/home.png) ### 首页 2 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/home2.png) ### 文章详情页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/article-detail.png) ### 移动端文章详情页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/mobile-articledetail.png) ### 移动端首页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/mobile-article-list.png) ### 登录页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/login.png) ### 后台管理页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/admin-article-list.png) ### 后台发布页 ![Image text](https://gitee.com/hellophpxinkai/vue-myblog/raw/master/displayImg/admin-addarticle.png)