Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sun-zhenxing/vuepress-hope-template
鸭梨的 VuePress 文档模板
https://github.com/sun-zhenxing/vuepress-hope-template
Last synced: 2 days ago
JSON representation
鸭梨的 VuePress 文档模板
- Host: GitHub
- URL: https://github.com/sun-zhenxing/vuepress-hope-template
- Owner: Sun-ZhenXing
- Created: 2024-03-29T12:29:25.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T02:18:21.000Z (28 days ago)
- Last Synced: 2024-10-23T03:25:15.257Z (27 days ago)
- Language: TypeScript
- Homepage: https://blog.alexsun.top/vuepress-hope-template/
- Size: 7.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 鸭梨文档模板
![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Sun-ZhenXing/vuepress-solid-template/deploy-docs.yml?branch=main)
VuePress Hope 模板。
## 特性
🚀 已配置好 GitHub Pages,[在线查看](https://blog.alexsun.top/vuepress-hope-template/)!
- 🎉 VuePress 2 (Vue 3 + Vite 5 + TypeScript)
- ✨ [VuePress MarkDown 增强](https://vuepress-theme-hope.github.io/v2/md-enhance/)
- 📖 支持 LaTeX 数学公式(使用 [KaTeX](https://katex.org/))
- 📈 [Mermaid](https://theme-hope.vuejs.press/guide/markdown/mermaid.html)
- 💡 [chartjs](https://vuepress-theme-hope.github.io/v2/md-enhance/guide/chart/chartjs.html)
- 📊 [Echarts](https://theme-hope.vuejs.press/guide/markdown/echarts.html)
- 📐 [Flowchart](https://theme-hope.vuejs.press/guide/markdown/flowchart.html)
- 📋 代码复制支持
- 📜 自动生成目录
- 🔍 静态搜索支持
- 🎇 ESLint 和 Git 钩子自动规范化## 问题
如何在某一个 MarkDown 中临时禁用 ESLint 规则?
- 使用 `` 来禁用所有规则
- 使用 `` 来禁用下一行规则
- 使用 `` 来禁用某个规则(`MDXXX` 为规则 ID)## 开源协议
MIT.