vuepress-theme-hope: A powerful VuePress theme vuepress-plugin-components: Provide some out of box plugins vuepress-plugin-md-enhance: Provide more Markdown syntax vuepress-plugin-lightgallery: Photo preview plugin based on lightgallery vuepress-plugin-search-pro: Enhanced search plugin ...
经过众多个主题的选择,终于选择了优雅的hope,以下是一些使用心得。 https://github.com/Rodert/ 安装&启动 下载依赖 初始化 npm installvuepress npm install yarn yarn install 命令运行本地服务 yarn docs:dev 打包成静态文件 命令用来生成静态文件,默认情况下,放置在docs/.vuepress/dist目录中,当然你也可以在docs...
在[dir] 文件夹内新建 vuepress-theme-hope 项目: npm init vuepress-theme-hope [dir] 要将vuepress-theme-hope 作为文档构建器添加到现有项目中,请在项目根目录中运行以下命令: npm init vuepress-theme-hope add [dir] TIps:这里的 [dir] 是一个参数,你需要使用真实的文件夹名称替换它,例如 docs、blog 或...
侧边栏 侧边栏我们一般需要自动生成一些东西 import { defineSidebarConfig } from "vuepress-theme-hope";export const javapub = defineSidebarConfig({"/": ["","home","slide",{text: "最少必要面试题",icon: "creative",prefix: "willbe/",link: "willbe/",collapsable: true,//可折叠children: "s...
vuepress-theme-hope 一个功能强大的 VuePress 主题,由 VuePress 团队成员维护 关注 6 概览 仓库 4 Issues Pull Requests 动态 成员 1 精选 vuepress-theme-hope 一个功能强大的vuepress主题 TypeScript 2 79 31 自定义精选项目 最多可选取 6 个公开仓库 还能勾选 5 个 组织介绍 vuepress-...
51CTO博客已为您找到关于vuepress hope自己定义开发的相关内容,包含IT学习相关文档代码介绍、相关教程视频课程,以及vuepress hope自己定义开发问答内容。更多vuepress hope自己定义开发相关解答可以来51CTO博客参与分享和学习,帮助广大IT技术人实现成长和进步。
在你自己电脑上的某文件夹内创建 vuepress-theme-hope 项目 即创建一个文件夹 然后打开命令行执行下边的这条命令 npm install vuepress-theme-hope@next docs 1. 执行以下命令启动 npm run docs:dev 1. 浏览器输入http://localhost:8080即可访问默认界面 ...
vuepress-theme-hope 主题通过默认的配置就提供了丰富的开箱即用的功能,使得配置体验相比较与vuepress-theme-reco有了明显的提升。 VuePress 是一个以 Markdown 为中心的静态网站生成器。好处是可以使用 Markdown 来书写内容文档或者博客。 VuePress 诞生的初衷是为了支持 Vue.js 及其子项目的文档需求。
yarncreatevuepress-theme-hope[dir] 1. 命令中的dir是一个参数,使用真实的目录名替换即可。在创建项目的过程中,会有一些选项让你选择: 除去一些没啥用的配置,比较重要的是项目的类型,可以选择博客blog和文档docs两种类型,页面会有比较大的差异,我这里选择的是docs类型。
简介:🚀VuePress-theme-hope2 搭建个人网站,万字长文保姆级教程,包含自动部署、评论、搜索等功能 🚀 侧边栏 侧边栏的配置在sidebar.ts中 侧边栏的配置,我们可以分两种情况:全局导航栏、根据每个导航栏栏目分离式导航栏。 💎 全局侧边栏配置 你可以设置侧边栏导航和导航栏的路由一一对应,这样就相当于是全局的侧...