V2 基于VuePress2, 通过Vite6/Webpack5提供通过Vue3提供强大功能。 V2 完全重写,包括: 所有组件都用Vue3 中的 Composition API重写 所有样式都迁移到Sass V2 也有更好的性能 🚀: DevServer 冷启动时间减少了70% 构建内存使用量减少了65% 构建时间减少了75% 输出尺寸减少35% 网页性能提高60%...
V2 is based on VuePress2, with the power of Vite6 / Webpack5 using Vue3 to provide powerful features. V2 is a full rewrite including: All the components are rewritten with Composition API in Vue3 All the styles are migrated to Sass Also V2 has a better performance:🚀 DevServer col...
站点的基本信息、顶部的hero信息、项目链接、底部的footer信息都可以在README.md中配置。 我的配置如下:具体可以参考:https://theme-hope.vuejs.press/zh/config/frontmatter/blog-home.html 复制 home: false layout: BlogHome icon: home title: 首页 heroImage: /logo.svg heroText: 萌萌哒草头将军 heroFullSc...
甚至有时候,我们想要实现绑定多个 “v-model”,也就是多个“双向绑定”,例如带表单输入的模块框,想同时控制模态框的显示状态与表单的输入状态。好在 vue 3 已经实现了多 v-model,那么在 vue 2 上我们可以如下实现。 单个“双向绑定”的实现 使用model 实现 其实v-model 只是 value + change 的语法糖,监听输入...
简介: 🚀VuePress-theme-hope2 搭建个人网站,万字长文保姆级教程,包含自动部署、评论、搜索等功能 VuePress 是一个以 Markdown 为中心的静态网站生成器。好处是可以使用 Markdown 来书写内容文档或者博客。 VuePress 诞生的初衷是为了支持 Vue.js 及其子项目的文档需求。 在明确你的目标之后,先不着急立马搭建项目...
import { sidebar } from "vuepress-theme-hope";export default sidebar({"/react/": "structure","/framework/": "structure","/vite/": "structure","/vue/": "structure","/posts/": "structure",}); 💎 自动生成目录页面 另外,我们还根据文件夹下的文件列表自动为每个文件夹生成目录页面。我们只...
如果你正在寻找一个能够让你的技术博客或文档站点脱颖而出的解决方案,那么【vuepress-theme-hope】绝对值得你一试。这个由 Mr.Hope 创建并维护的开源项目,集成了最新前端技术,为你的文档体验注入了全新的活力。 项目介绍 vuepress-theme-hope是一个基于 VuePress 2 的主题,充分利用 Vite 4、Webpack 5 和 Vue 3...
https://theme-hope.vuejs.press/zh/guide/markdown/demo.html#%E6%BC%94%E7%A4%BA Additional context No response 👍1Mister-Hope reacted with thumbs up emoji 👍 Ly2JRadded thebugSomething isn't workinglabelMay 31, 2023 Ly2JRassignedMister-HopeMay 31, 2023 ...
推荐两个非常好用的vuepres主题 | 1、hope主题,集成了很多常用插件,支持markdown扩展。搭建博客非常方便,很多开源项目都是用这个当官方网站,目前已经支持vuepress的v2版本。链接 2、vuepress-theme-vdoing主题,同样集成了很多常用插件,目前支持vuepress的v1版本,有专门的阅读模式的配色主题,非常适合当博客。链接 ...
V2 is based on VuePress2, with the power of Vite5 / Webpack5 using Vue3 to provide powerful features. V2 is a full rewrite including: All the components are rewritten with Composition API in Vue3 All the styles are migrated to Sass Also V2 has a better performance:🚀 DevServer cold ...