# Fblog **Repository Path**: fengziy/Fblog ## Basic Information - **Project Name**: Fblog - **Description**: 基于vue+element-ui简洁的博客模板 - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 258 - **Forks**: 72 - **Created**: 2019-03-26 - **Last Updated**: 2024-12-21 ## Categories & Tags **Categories**: blog **Tags**: None ## README # Fblog
``` 一个基于vue3.x+element-ui+vue-element-admin简洁的博客模板 ``` ## 演示地址 [demo](http://www.fengziy.cn/fBlog/) [备用地址](https://fengziye.github.io/blog/) ``` http://www.fengziy.cn/fBlog/ https://fengziye.github.io/blog/ ``` ## Gblog博客模板新作 > > 非常nice! > [Gblog](https://gitee.com/fengziy/Gblog) > https://gitee.com/fengziy/Gblog > ## 项目截图 ### 首页(懒,博文列表都一样 :sweat_smile: )  ### 国际化效果(只截了一张图)  ### 博文页  ### 申请友链  ### 归档(标签页与他类似)  ### 关于页  ## 安装 ``` npm install ``` ## 运行 ``` npm run dev ``` ## 打包 ``` npm run build ``` ## 部署 把build的dist文件命名为fBlog(自取)上传到服务器 ### nginx配置 ``` location /fBlog/ { root /usr/local/nginx/;#fBlog所在的更目录 try_files $uri $uri/ /fBlog/; } ``` ## 演示 ``` 博客域名:9527 管理后台域名:9527/admin ```