# vue-personal **Repository Path**: mingbais/vue-personal ## Basic Information - **Project Name**: vue-personal - **Description**: 个人工具项目 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-10-29 - **Last Updated**: 2020-12-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue blog ### 特点 vue 、blog、 resume、 navigation ### 技术栈 vue、 vuex、 vue router、 axios、 bootstrap、mongo、 go > 一个基于Vue 构建的个人网站系统。 包含 博客、 简历、 导航, 及其管理。 #### 效果图 首页: * ![博客首页](https://github.com/qingfengming/noteImg/blob/master/readme/blog-home.png?raw=true) 编辑页: * ![编辑](https://github.com/qingfengming/noteImg/blob/master/readme/edit.png?raw=true) 导航: * ![导航](https://github.com/qingfengming/noteImg/blob/master/readme/nav.png?raw=true) #### 功能及介绍 > 是一个个人网站,包含 可管理的博客、在线简历、 导航。后续可能会添加其他模块。 > 目前仅完整的实现了博客相关的展示以及 增删改查 检索等管理。 > 导航 和简历已有静态页面 > 导航已有后端 spring-boot 接口。 暂时未接接口。 #### 运行程序 > 首先要启动后端服务, 请移步: https://github.com/qingfengming/personal ``` bash # clone git clone https://github.com/qingfengming/personal-site.git cd personal-site # install dependencies npm install # serve with hot reload at localhost:8080 npm run dev # build for production with minification npm run build # build for production and view the bundle analyzer report npm run build --report ``` #### 欢迎建议 > 欢迎提问题,或者参与修正问题。感谢并虚心接受所有的评判和建议。 #### 联系信息 > 邮箱: liushengjieoop@qq.com #### 未来计划 > 还差很多。缓存,认证,用户系统,页面细节优化等。 > 主要就是要折腾,最终的形态尽量如下图所示。 * ![结构图](https://github.com/qingfengming/noteImg/blob/master/readme/architecture.png?raw=true)