# vuepress_blog_fq **Repository Path**: fqcto/vuepress_blog_fq ## Basic Information - **Project Name**: vuepress_blog_fq - **Description**: vuepress 构建的 博客文档 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2023-06-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
Vuepress Template ![GitHub package.json version](https://img.shields.io/github/package-json/v/openHacking/vuepress-template?style=flat-square) [![GitHub license](https://img.shields.io/github/license/openHacking/vuepress-template?style=flat-square)](https://github.com/openHacking/vuepress-template)
简体中文 | [English](./README.md) ## 介绍 vuepress-template是一个简单的VuePress案例模板,目的是让用户可以直接clone这个仓库,作为初始化一个VuePress网站启动项目,然后在这个项目的基础上新增自定义配置和功能。 ⭐求个小星星😆 ## 文档 [在线文档](https://openhacking.github.io/vuepress-template/zh/) ## 内容 项目中特别展示了一些小众模板、主题、插件,推荐大家关注和使用 ### 主题 - [vuepress-theme-blogplus](https://github.com/Dushusir/vuepress-theme-blogplus) 一款简洁的博客主题 ### 插件 - [vuepress-plugin-qrocde](https://github.com/openHacking/vuepress-plugin-qrcode) 展示当前网址二维码供移动设备扫描 ## 用法 ### 第一步 下载 Vuepress Template 的仓库代码 ```sh git clone https://github.com/openHacking/vuepress-template.git ``` ### 第二步 安装依赖 ```sh cd vuepress-template yarn # 或者npm i ``` ### 第三步 启动项目,随后即可根据自己的需求修改配置、编写文档内容 ```sh npm run docs:dev ``` ### 第四步 打包项目 ```sh npm run docs:build ``` 结果会在`docs/.vuepress/`目录下生成一个`dist`文件夹,里面就是打包后的代码 ## 赞助 如果你觉得这个项目对你有用或者有所启发,可以请作者喝杯果汁: | 微信捐赠 | 支付宝捐赠 |---|---| | | 并联系作者加到赞助者列表: alexliu518@gmail.com ## 赞助者列表 - [Dushusir](https://dushusir.github.io)