问题标签 [vuepress]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vue.js - Vuepress theme in vue template
I am working on a vue project and I need to embed a documentation inside a vue template ideally. I considered using vuepress for making documentation as it has a full-fledged theme for documentation which is perfect for the kind of documentation I want and also supports markdown to write documentation. I tried using vuepress but only includes components written in .vuepress/components folder. Is there a way I can include other vue components of my project inside the markdown files or output the markdown files as vue templates instead of static html files.
webpack - 从 Vuepress 中排除 readme.md
我正在尝试README.md
从 Vuepress 中排除,以便将其用于 Github 文档。我正在index.md
用作我的主页。
有没有办法做到这一点?
我试过这样的东西,但这完全是盲目的,因为我不知道装载机叫什么:
markdown - Gatsby 如何使用 GraphQL 提供 Markdown frontmatter?
Gatsby 对我来说最有趣的特性是gatsby-source-filesystem能够利用降价文件目录并通过 GraphQL 查询将静态内容提供给 React。本质上,带有 YAML frontmatter 的平面文件是可过滤的、可排序的、可嵌套的等。它是如何完成的?它是基于现有的方法吗?如果没有,是否可以将其提取以与其他堆栈一起使用?(例如 Vuepress)
追问:方法是YAML特有的吗?可能是 TOML 或 JSON 或 CSV 或或或...?
vuepress - 如何向 VuePress 添加代码高亮显示?
默认情况下,VuePress 似乎只支持少数几种语言进行语法高亮显示(也使用默认主题)。
文档多次提到“行突出显示”,但这是一个完全不同的功能,可以突出代码片段中的特定行。我正在寻找在 Scheme、Java 或 PHP 或其他代码片段上突出显示语法的能力。
开箱即用,我只看到对 JS、TypeScript、HTML、Markdown、JSON、Ruby、Python、Shell 的支持。
vue.js - Vuepress 链接和脚本标签在开发模式下不起作用
我在Vuepress中加载 3rd 方脚本和样式表时遇到一些问题。将其添加到前面的 head 部分后,它没有显示错误,但我无法访问任何UIkit
类或进行 http 调用。Vue 和 Vuepress 的新手。我错过了什么吗?
vuepress - 在 Vuepress 中是否有一种简洁的方式来包含组件?
在 Vuepress 中,我可以将组件包含到 Markdown 中:
然而,它是相当长篇大论。有没有办法更简洁地做到这一点?
我怀疑目前还没有,我想知道我是否可以提出一些建议并提交一个拉取请求,但老实说,我不知道如何实现它,所以任何想法也将不胜感激。
vuepress - Vuepress 是否可以访问 Vue 路径中使用的 @ 或 ~ 符号?
Vuepress 是否可以访问 Vue 路径中使用的 @ 或 ~ 符号?
我的意思是我可以做类似的事情:
而不是
vue.js - 将 Postcss 与 Vuepress 一起使用
我正在尝试将 Postcss 插件与我的 Vuepress 自定义主题一起使用,但我无法让它工作。Vuepress 的文档非常模糊,任何来自 postcss-loader 的东西都可以工作。
有人可以告诉我如何使用它吗?
vue.js - VuePress - Algolia 增加结果
使用 VuePress 和 Algolia 快速搜索框。
我在 Algolia 的文档中找不到如何增加下拉列表中显示的结果数量。目前默认为 5。
只需将 'hitsPerPage: 10' 添加到 config.js 中的 algolia 选项就会被忽略。