1 Star 0 Fork 0

前端方圆/awesome-vuepress

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
CC0-1.0
<p align="center"> <br> <img width="400" src="./logo.png" alt="logo of vue-awesome repository"> <br> <br> </p> # Awesome VuePress [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) > A curated list of awesome things related to VuePress - [Resources](#resources) - [Official Resources](#official-resources) - [External Resources](#external-resources) - [Tutorials](#tutorials) - [Official Examples](#official-examples) - [Examples](#examples) - [Blog Posts](#blog-posts) - [Gallery](#gallery) - [Plugins](#plugins) - [Official Plugins](#official-plugins) - [Community Plugins](#community-plugins) - [Themes](#themes) - [Official Themes](#official-themes) - [Community Themes](#community-themes) - [Projects Using VuePress](#projects-using-vuepress) - [Official Projects](#official-projects) - [Blogging](#blogging) - [Open Source](#open-source) - [Enterprise Usage](#enterprise-usage) - [License](#license) ## Resources ### Official Resources - [Docs - Official Guide](https://vuepress.vuejs.org/guide/) - [Docs - Config Reference](https://vuepress.vuejs.org/config/) - [Docs - GitHub Repo](https://github.com/vuejs/vuepress) - [Docs - Release Notes](https://github.com/vuejs/vuepress/blob/master/CHANGELOG.md) - [Medium - Intro to VuePress 1.x](https://medium.com/@_ulivz/intro-to-vuepress-1-x-7e2b7885f95f) ### External Resources - [Working with Ghost and VuePress](https://ghost.org/docs/api/vuepress/) ### Tutorials - [20180518 VueNYC - Introduction to VuePress - Evan You](https://www.youtube.com/watch?v=lIv1ItUzktc) - [20190107 Twitch Session: Trying to Write a VuePress Plugin](https://www.youtube.com/watch?v=JbOd6giUiWU) - [20190320 Create a Blog with VuePress on GitLab Pages](https://blog.howar31.com/vuepress-blog-tutorial/) - [20190625 Secure GitLab Pages with Let's Encrypt Certificate](https://blog.howar31.com/lets-encrypt-ssl-gitlab-pages) - [20200331 Create a multi-language marketing site with Vuepress and TailwindCSS](https://www.amalytix.com/en/blog/vuepress-tailwindcss-tailwindui/) ### Official Examples - [70-lines-of-vuepress-blog-theme](https://github.com/ulivz/70-lines-of-vuepress-blog-theme) ### Examples - [davidangel.net](https://davidangel.net/) - An example of a site running VuePress on Netlify. - [vuepress-login](https://terryz.github.io/vuepress-login) - An example for add authorization with [v-dialogs](https://github.com/TerryZ/v-dialogs) on VuePress ### Blog Posts - [Using VuePress for component library documentation](https://www.xiegerts.com/post/creating-vue-component-library-documentation/) ## Gallery - [Vuepress Tools](https://z3by.github.io/vuepress-tools) - By [@z3by](https://github.com/z3by) ## Plugins ### Official Plugins **Maintained by [vuejs/vuepress](https://github.com/vuejs/vuepress):** - [@vuepress/plugin-blog](https://vuepress-plugin-blog.ulivz.com/) - Blog plugin - [@vuepress/plugin-active-header-links](https://v1.vuepress.vuejs.org/plugin/official/plugin-active-header-links.html) - A plugin of automatically activating sidebar links when page scrolls - [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-back-to-top) - A plugin for "back to top" button - [@vuepress/plugin-google-analytics](https://v1.vuepress.vuejs.org/plugin/official/plugin-google-analytics.html) - Google analytics plugin - [@vuepress/plugin-i18n-ui](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-i18n-ui) - I18N UI plugin - [@vuepress/plugin-last-updated](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-last-updated) - A plugin for displaying last updated time of pages - [@vuepress/plugin-medium-zoom](https://v1.vuepress.vuejs.org/plugin/official/plugin-medium-zoom.html) - medium-zoom plugin - [@vuepress/plugin-nprogress](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-nprogress) - nprogress plugin - [@vuepress/plugin-pwa](https://v1.vuepress.vuejs.org/plugin/official/plugin-pwa.html) - PWA plugin - [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-register-components) - A plugin for registering Vue components - [@vuepress/plugin-search](https://v1.vuepress.vuejs.org/plugin/official/plugin-search.html) - Headers-based search plugin **Maintained by [vuepress/vuepress-community](https://github.com/vuepress/vuepress-community):** - [vuepress-plugin-clean-urls](https://vuepress-community.netlify.app/plugins/clean-urls/) - :droplet: Use clean urls in VuePress - [vuepress-plugin-container](https://vuepress-community.netlify.app/plugins/container/) - :package: Use markdown containers in VuePress - [vuepress-plugin-copyright](https://vuepress-community.netlify.app/plugins/copyright/) - :clipboard: Handle copy behaviors in VuePress - [vuepress-plugin-dehydrate](https://vuepress-community.netlify.app/plugins/dehydrate/) - :fire: Dehydrate HTML files in VuePress - [vuepress-plugin-git-log](https://vuepress-community.netlify.app/plugins/git-log/) - :floppy_disk: Integrate git logs into VuePress - [vuepress-plugin-mathjax](https://vuepress-community.netlify.app/plugins/mathjax/) - :page_with_curl: Use TeX syntax in VuePress - [vuepress-plugin-medium-zoom](https://vuepress-community.netlify.app/plugins/medium-zoom/) - :mag: Make images zoomable in VuePress - [vuepress-plugin-migrate](https://vuepress-community.netlify.app/plugins/migrate/) - :paw_prints: Migrate another website to VuePress - [vuepress-plugin-named-chunks](https://vuepress-community.netlify.app/plugins/named-chunks/) - :name_badge: Generate named chunks in VuePress - [vuepress-plugin-nprogress](https://vuepress-community.netlify.app/plugins/nprogress/) - :running: Show progress bar in VuePress - [vuepress-plugin-redirect](https://vuepress-community.netlify.app/plugins/redirect/) - :traffic_light: Handle redirection in VuePress - [vuepress-plugin-serve](https://vuepress-community.netlify.app/plugins/serve/) - :key: Serve generated files in VuePress - [vuepress-plugin-smooth-scroll](https://vuepress-community.netlify.app/plugins/smooth-scroll/) - :roller_coaster: Make scrolling smooth in VuePress - [vuepress-plugin-table-of-contents](https://vuepress-community.netlify.app/plugins/table-of-contents/) - :bookmark: Provides table-of-contents component in VuePress - [vuepress-plugin-typescript](https://vuepress-community.netlify.app/plugins/typescript/) - :palm_tree: Support TypeScript in VuePress - [vuepress-plugin-zooming](https://vuepress-community.netlify.app/plugins/zooming/) - :mag: Make images zoomable in VuePress ### Community Plugins - [vuepress-plugin-graysite](https://github.com/zpfz/vuepress-plugin-graysite) - Plug-ins that gray your site for VuePress.(Generally used for Mourning Day) - [vuepress-plugin-disqus](https://github.com/lorisleiva/vuepress-plugin-disqus) - Register a global Disqus component to add to your layouts - [vuepress-plugin-mailchimp](https://github.com/newsbielt703/vuepress-plugin-mailchimp) - Simplifies subscribing new email addresses to a Mailchimp email list. - [vuepress-plugin-yuque](https://github.com/ulivz/vuepress-plugin-yuque) - Input: Yuque Repo, Output: VuePress Site! - [vuepress-plugin-schema2md](https://github.com/rich-lab/vuepress-plugin-schema2md) - A VuePress plugin to help you generate pages via JSON Schema (HMR ✅) - [vuepress-plugin-docgen](https://github.com/f3ltron/vuepress-plugin-docgen) - auto docs generation for your components - [vuepress-plugin-check-md](https://github.com/ulivz/vuepress-plugin-check-md) - Check dead links of markdown. - [vuepress-plugin-flowchart](https://github.com/ulivz/vuepress-plugin-flowchart) - Rapid flowchart development plugin for VuePress - [vuepress-plugin-export](https://github.com/ulivz/vuepress-plugin-export) - Export your VuePress site to a PDF file - [vuepress-plugin-sitemap](https://github.com/ekoeryanto/vuepress-plugin-sitemap) - Sitemap generator plugin for vuepress. - [vuepress-plugin-seo](https://github.com/lorisleiva/vuepress-plugin-seo) - 🔌 Generate SEO friendly meta header for every page - [vuepress-plugin-demo-code](https://github.com/BuptStEve/vuepress-plugin-demo-code) - Display your demo and code at the same time with one source code. - [@silvanite/vuepress-plugin-markdown-classes](https://github.com/Silvanite/vuepress-plugin-markdown-classes) - Add unique class names to markdown generated html. - [vuepress-plugin-alias](https://github.com/vaniyokk/vuepress-plugin-alias) - handling page aliases in Vuepress - [vuepress-plugin-component-docgen](https://github.com/youngtailors/vuepress-plugin-component-docgen) - Generate documentation for Vue component - [@vssue/vuepress-plugin-vssue](https://vssue.js.org/guide/vuepress.html) - enable comments for your vuepress sites - [vuepress-plugin-reading-time](https://github.com/darrenjennings/vuepress-plugin-reading-time) reading-time plugin to display how long a page takes to read - [vuepress-plugin-minimal-analytics](https://github.com/webmasterish/vuepress-plugin-minimal-analytics) - Minimal Google Analytics plugin for VuePress - [vuepress-plugin-autometa](https://github.com/webmasterish/vuepress-plugin-autometa) - Auto meta tags plugin for VuePress - [vuepress-plugin-autonav](https://github.com/webmasterish/vuepress-plugin-autonav) - Auto nav links plugin for VuePress - [vuepress-plugin-feed](https://github.com/webmasterish/vuepress-plugin-feed) - RSS, Atom, and JSON feeds generator plugin for VuePress - [vuepress-plugin-permalink-pinyin](https://github.com/viko16/vuepress-plugin-permalink-pinyin) - A VuePress plugin which convert Chinese title to transliterate permalink - [vuepress-plugin-pangu](https://github.com/Shigma/vuepress-plugin-pangu) - A VuePress plugin which automatically inserts whitespace between CJK and half-width characters in markdown files for better readability - [@goy/vuepress-plugin-svg-icons](https://github.com/ntnyq/vuepress-plugin-svg-icons) - A VuePress plugin for managing svg icons based on svg sprite icon. - [vuepress-plugin-tabs](https://github.com/pskordilakis/vuepress-plugin-tabs) - A VuePress plugin which renders custom markdown containers as tabs - [vuepress-plugin-baidu-autopush](https://github.com/IOriens/vuepress-plugin-baidu-autopush) - Inject Baidu url-auto-push script to optimize your site for Baidu SEO. - [vuepress-plugin-element-tabs](https://superbiger.github.io/vuepress-plugin-tabs/) - markdown custom container to display content in tabs from [Element UI](https://github.com/ElemeFE/element) - [vuepress-plugin-blog-multidir](https://github.com/tolking/vuepress-plugin-blog-multidir) - A VuePress blog plugin which Support multiple folders - [vuepress-plugin-reading-progress](https://github.com/tolking/vuepress-plugin-reading-progress) - A reading progress bar plugin for vuepress - [vuepress-plugin-code-switcher](https://github.com/padarom/vuepress-plugin-code-switcher) - Have code blocks available in multiple languages that you can switch between - [vuepress-plugin-global-toc](https://github.com/sylvainpolletvillard/vuepress-plugin-global-toc) - An alternative table of contents that covers the entire vuepress website - [vuepress-plugin-social-share](https://github.com/ntnyq/vuepress-plugin-social-share) - A VuePress plugin which provides social sharing services - [vuepress-plugin-gitalk-maker](https://xxholly32.github.io/vuepress-plugin-gitalk-maker/guide/) - modern comment component, base on [Gitalk](https://github.com/gitalk/gitalk) [preview](https://xxholly32.github.io/vuepress-plugin-gitalk-maker/guide/) - [vuepress-plugin-code-copy](https://github.com/znicholasbrown/vuepress-plugin-code-copy) - automatically add copy buttons to all code blocks - [vuepress-plugin-img-lazy](https://github.com/tolking/vuepress-plugin-img-lazy) - A vuepress plugin to better supporting image lazy loading - [vuepress-plugin-merge-pages](https://github.com/vinicius73/vuepress-plugin-merge-pages) - Merge markdown files in a single markdown - [vuepress-plugin-authors](https://github.com/z3by/vuepress-plugin-authors) - :writing_hand: Get all the authors of a md file in the $page object - [vuepress-plugin-catalog-graph](https://github.com/ludanxer/catalog-graph) A network graph for your VuePress' documentation - [vuepress-plugin-glossary](https://www.npmjs.com/package/vuepress-plugin-glossary) - :book: 📚 Glossary implementation helping to establish a ubiquitous language within the project - [vuepress-plugin-element-ui](https://github.com/lq782655835/vuepress-plugin-element-ui) - ✨ extend elementui base on markdown-it-container - [vuepress-plugin-auto-sidebar](https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar) - A vuepress plugin to automatically generate sidebars - [vuepress-plugin-music-bar](https://github.com/moecopilot/B-Tree.studio/tree/master/docs/.vuepress/plugin/vuepress-plugin-music-bar#vuepress-plugin-music-bar) - :musical_score: :musical_note: A beautiful VuePress music-bar plugin :notes: - [vuepress-plugin-smartlook](https://github.com/webkitty/vuepress-plugin-smartlook) - A vuepress plugin integrate [Smartlook](https://smartlook.com) recording & analytics - [vuepress-plugin-meilisearch](https://github.com/meilisearch/vuepress-plugin-meilisearch) - Integrate a relevant an powerful search bar using [MeiliSearch](https://docs.meilisearch.com/)! - [vuepress-plugin-redirect-frontmatter](https://github.com/ttskch/vuepress-plugin-redirect-frontmatter) - 🎉VuePress plugin to handle redirection via frontmatter - [vuepress-plugin-right-anchor](https://github.com/xuekai-china/vuepress-plugin-right-anchor) - Add anchor navigation bar to the right of the document page written in vuepress - [vuepress-plugin-baidu-tongji-analytics](https://github.com/zq99299/vuepress-plugin/tree/master/vuepress-plugin-baidu-tongji-analytics) - Baidu tongji analytics plugin - [vuepress-plugin-toolbar](https://github.com/zq99299/vuepress-plugin/tree/master/vuepress-plugin-toolbar) - Sidebar display custom toolbar plugin - [vuepress-plugin-plausible-analytics](https://github.com/leoloso/vuepress-plugin-plausible-analytics) - Add [Plausible](https://plausible.io) analytics to the VuePress site - [@kawarimidoll/vuepress-plugin-tailwind](https://github.com/kawarimidoll/vuepress-plugin-tailwind) - A VuePress plugin to use [`tailwindcss`](https://github.com/tailwindcss/tailwindcss) and [`postcss-purgecss`](https://github.com/FullHuman/purgecss) easily - [spekulatius/vuepress-plugin-web-monetization](https://github.com/spekulatius/vuepress-plugin-web-monetization) - Adds the web-monetization metatag to your VuePress site. Works both on page-by-page levels as well as global. - [vuepress-plugin-lastest-version](https://github.com/yangyang0507/vuepress-plugin-lastest-version) - Get lastest version of artifact for your vuepress doc. - [spekulatius/vuepress-plugin-umami](https://github.com/spekulatius/vuepress-plugin-umami) - allows to use privacy-friendly [Umami Analytics](https://github.com/mikecao/umami) instead of e.g. Google Analytics. - [vuepress-plugin-vue-demo](https://github.com/busyrat/vuepress-plugins/tree/master/packages/vue-demo) - Write vue demo in markdown like elementui documents - [vuepress-plugin-vuese-docs](https://github.com/busyrat/vuepress-plugins/tree/master/packages/vuese-docs) - Automatic generation of component documentation via code comments and demo examples - [vuepress-plugin-goatcounter](https://github.com/srcrs/vuepress-plugin-goatcounter) - Easy web analytics. No tracking of personal data - [@adamdehaven/vuepress-plugin-custom-tooltip](https://github.com/adamdehaven/vuepress-plugin-custom-tooltip) - A customizable, reactive, and reusable tooltip component for VuePress that supports multiple use-cases, plugin options & props. - [vuepress-plugin-helper-live2d](https://github.com/JoeyBling/vuepress-plugin-helper-live2d) - 😎 VuePress集成Live2D看板娘. | Live2D plugin for VuePress. - [vuepress-plugin-mygitalk](https://github.com/JoeyBling/vuepress-plugin-mygitalk) - 😇 VuePress集成Gitalk. | Gitalk plugin for VuePress. - [vuepress-plugin-gotop-plus](https://github.com/JoeyBling/vuepress-plugin-gotop-plus) - ☝️ VuePress回到页首插件Plus. | back-to-top plus plugin for VuePress. - [@xiaopanda/vuepress-plugin-code-copy](https://github.com/panxingcheng/vuepress-plugin-code-copy) - A VuePress plugin that copies code blocks with one click. - [vuepress-plugin-last-reading](https://github.com/tolking/vuepress-plugin-last-reading) - A vuepress plugin to record the last reading. - [vuepress-plugin-qrocde](https://github.com/openHacking/vuepress-plugin-qrcode) - Display the current URL QR code for mobile devices to scan. - [vuepress-plugin-child-toc](https://github.com/tchiotludo/vuepress-plugin-child-toc) - A table of contents that displayed all child pages. - [vuepress-plugin-tags](https://github.com/zq99299/vuepress-plugin/tree/master/vuepress-plugin-tags) - tags plugin: Use the tags in the "front matter" provided by the built-in search to generate a tag list under the main title - [vuepress-plugin-facebook-pixel](https://github.com/vittominacori/vuepress-plugin-facebook-pixel) - A VuePress plugin to use Facebook Pixel ## Themes ### Official Themes - [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/theme-default) - [@vuepress/theme-blog](https://vuepress-theme-blog.ulivz.com/) ### Community Themes - [vuepress-theme-antdocs](https://github.com/zpfz/vuepress-theme-antdocs) - 🔥🎨 An Ant Design style theme for VuePress. - [vuepress-theme-reco](https://github.com/vuepress-reco/vuepress-theme-reco) - 💥 A simple and beautiful vuepress blog theme - [vuepress-theme-thindark](https://github.com/lisniuse/vuepress-theme-thindark) - A dark theme for VuePress. - [vuepress-theme-egoist](https://github.com/ulivz/vuepress-theme-egoist) - A blog theme for @EGOIST and a mirror of egoist/blog, but powered by VuePress. - [vuepress-theme-yubisaki](https://github.com/Yubisaki/vuepress-theme-yubisaki) - ✨ A blog theme for vuepress - [vuepress-theme-meteorlxy](https://github.com/meteorlxy/vuepress-theme-meteorlxy) - 💖 VuePress Blog Theme - Meteorlxy - [vuepress-theme-macgs](https://github.com/EasyHexo/vuepress-theme-macgs) - :dizzy: A vuepress theme for [easyhexo.com](https://easyhexo.com) - [vuepress-theme-simple](https://github.com/viko16/vuepress-theme-simple) - ✏️ Very Simple Blog Theme for VuePress - [vuepress-theme-melody](https://github.com/Molunerfinn/vuepress-theme-melody) - A simple & beautiful blog theme for vuepress. https://molunerfinn.com/hexo-theme-melody-doc/ - [vuepress-theme-api](https://github.com/sqrthree/vuepress-theme-api) - :package::memo::art: A api-friendly theme for VuePress. https://blog.sqrtthree.com/vuepress-theme-api/ - [vuepress-theme-ktquez](https://github.com/ktquez/vuepress-theme-ktquez) - A blog theme for VuePress by Ktquez :metal: - https://ktquez-play.web.app/en/ - [vuepress-theme-ououe](https://github.com/tolking/vuepress-theme-ououe) - A blog theme for VuePress [preview](https://ououe.com/) - [vuepress-theme-yuicer](https://github.com/yuicer/vuepress-theme-yuicer/blob/master/packages/vuepress-theme-yuicer/README.md) - A vuepress blog theme for otaku - https://blog.yuicer.com/ - [vuepress-theme-craftdocs](https://github.com/pixelandtonic/vuepress-theme-craftdocs) - A technical documentation / API reference theme for VuePress. https://docs.craftcms.com/ - [vuepress-theme-resume](https://github.com/wannaxiao/vuepress-theme-resume) - 🐈 Write and generate a markdown resume by VuePress. - [vuepress-theme-default-prefers-color-scheme](https://github.com/tolking/vuepress-theme-default-prefers-color-scheme) - add dark theme for vuepress default theme, base on prefers-color-scheme [preview](https://tolking.github.io/vuepress-theme-default-prefers-color-scheme/) - [vuepress-theme-yur](https://github.com/cnguu/vuepress-theme-yur) - :revolving_hearts: A minimalistic but not simple blog theme by [cnguu](https://github.com/cnguu/) - [Preview](https://blog.cnguu.cn/) - [vuepress-theme-modern-blog](https://github.com/z3by/vuepress-theme-modern-blog) - 💖 Vuepress Blog Modern Theme [Demo](https://vp-modern.z3by.com/) - [vuepress-theme-yuu](https://github.com/Danktuary/vuepress-theme-yuu) - A VuePress theme that supports a dark theme, multiple color themes, and other useful features. - [vuepress-theme-seeker](https://github.com/wensonsmith/vuepress-theme-seeker) - 🌈 A colorful and simple blog theme - https://iwenson.com - [vuepress-theme-onen](https://github.com/Veminem/vuepress-theme-oneN) - 🎈 A vuepress theme for oneN - [Preview](https://vincenthy.site) - [vuepress-theme-typewriter](https://github.com/mAKEkr/vuepress-theme-typewriter) - Blog theme focusing on Korean Typography. - [Preview](https://ake.kr) - [vuepress-theme-britecore](https://github.com/z3by/vuepress-theme-britecore) - 🤩Vuepress documentation theme using BriteCore design system. [Demo](https://vp-britecore.z3by.com/) - [vuepress-theme-terminal](https://github.com/jsmith/vuepress-theme-terminal) - 💻 A portfolio theme modeled as a terminal - [Preview](https://jsmith.github.io/vuepress-theme-terminal) - [vuepress-theme-ting](https://github.com/Chenyating/vuepress-theme-ting) - :frog: :cactus: 小清新风格-A simple and fresh style of vuepress theme. [Demo](https://www.yating.online/) - [vuepress-theme-succinct](https://github.com/Microflash/vuepress-theme-succinct) - Vuepress theme with support for custom fonts, and light and dark themes. [Demo](https://succinct.mflash.dev/) - [vuepress-theme-medium](https://github.com/z3by/vuepress-theme-medium) - 🥁A medium-like vuepress blog theme [DEMO](https://vuepress-theme-medium.z3by.com) - [vuepress-theme-vuetify](https://github.com/arab-open-source/vuepress-theme-vuetify) - 🥰Vuepress documentation theme using Vuetify and google material design [DEMO](https://vuepress-theme-vuetify.netlify.com/) - [vuepress-theme-blog-vuetify](https://github.com/ttskch/vuepress-theme-blog-vuetify/) - 💥The world's most simple, beautiful and customizable 2 columns VuePress blog theme built with Vuetify [Demo](https://vuepress-theme-blog-vuetify.ttskch.com/) - [vuepress-theme-note](https://github.com/JackRay-C/vuepress-theme-note) - A vuepress theme for notes [vuepress-theme-note](https://jackray-c.github.io/vuepress-theme-note/) - [vuepress-theme-vdoing](https://github.com/xugaoyi/vuepress-theme-vdoing) - 🚀A simple and efficient VuePress knowledge management & blog theme. 知识管理&博客 主题。 [Demo](https://xugaoyi.com/) - [vuepress-theme-carbon](https://github.com/lupas/vuepress-theme-carbon) - Vuepress default theme with support for Carbon Ads. - [vuepress-theme-material-free](https://github.com/gabrielwillemann/vuepress-theme-material-free) - Blog theme inspired in Google Material Design - [Preview](https://sharklabs.com.br/) - [vuepress-theme-hope](https://github.com/Mister-Hope/vuepress-theme-hope) - A light vuepress blog / doc theme with lots of enhance modes [Doc DEMO](https://vuepress-theme.mrhope.site/) | [Blog DEMO](https://mrhope.site/) - [vuepress-theme-solarized](https://github.com/Puritanic/vuepress-theme-solarized) - Solarized Dark and Light themes for your Vuepress docs [Demo](https://puritanic.github.io/CompSci/) - [vuepress-theme-book](https://github.com/cyrilf/vuepress-theme-book) - 📘 A VuePress theme inspired by Gitbook [Demo](https://vuepress-theme-book.netlify.app) - [vuepress-theme-ic](https://github.com/IKangXu/vuepress-theme-ic) :tada::tada::tada: A note-style vuepress blog theme with simple, clear and practical features for the purpose. The palest ink is better than the best memory. [DEMO](https://www.ikangxu.cn/) - [vuepress-theme-mustom](https://github.com/jinyaoMa/vuepress-theme-mustom) - Simple design theme for VuePress - [PREVIEW](https://jinyaoMa.github.io/vuepress-theme-mustom) - [@qcyblm/vuepress-theme-vpx](https://github.com/qcyblm/vuepress-theme-vpx) - A theme developed based on VuePress - [vuepress-theme-yilia-plus](https://github.com/JoeyBling/vuepress-theme-yilia-plus) - 🔥🔥🔥 一款简洁优雅的VuePress主题 A simple and elegant theme for VuePress. [Blog Preview](https://zhousiwei.gitee.io/ibooks/) ## Projects Using VuePress ### Official Projects - [vue-cli](https://cli.vuejs.org/) - [vuex](https://vuex.vuejs.org/) - [vue-server-renderer](https://ssr.vuejs.org/) - [vue-router](https://router.vuejs.org/) - [vue-test-utils](https://vue-test-utils.vuejs.org/) - [vue-loader](https://vue-loader.vuejs.org/) - [vetur](https://vuejs.github.io/vetur/) - [rollup-plugin-vue](https://rollup-plugin-vue.vuejs.org/) - [events](https://github.com/vuejs/events) ### Blogging > Blog websites that use VuePress. - [ULIVZ](https://ulivz.com/) - [thuycom.studio (VuePress × Netlify)](https://thuycom.studio) - [Nobi.dev (VuePress with AMP)](https://nobi.dev/) - [Howar31 Blog (VuePress with GitLab Pages)](https://blog.howar31.com/) - [meteorlxy](https://www.meteorlxy.cn/) - [维维博客](https://liangwei.link/) - [cnguu's blog](https://blog.cnguu.cn/) - [Ahmad Mostafa](https://ahmadmostafa.com/) - [znote (VuePress with GitHub Pages)](https://zpj80231.github.io/znote/) - [ariona.net (VuePress × Netlify)](https://ariona.net) – [Open Sourced](https://github.com/ariona/ariona.net) - [ChungZH's blog (VuePress theme-blog with Netlify)](https://chungzh.cn) - [mrsessions blog (VuePress with Azure Static Web Apps)](https://blog.mrsessions.com) - [wxsm's space](https://wxsm.space) ### Open Source > Documentation websites that use VuePress. - [discordjs.guide](https://discordjs.guide/) - The official guide for discord.js, created and maintained by core members of its community. - [vue-i18n](https://kazupon.github.io/vue-i18n/) - Vue I18n is internationalization plugin for Vue.js - [vuesax](https://lusaxweb.github.io/vuesax/) - New Framework Components for Vue.js 2 - [cr-vue](https://cr-vue.mio3io.com/) - 基礎から学ぶ Vue.js サポートページ - [vuemeetups](https://vuemeetups.org) - A place to centralize all Vue.js community efforts - [umi](https://umijs.org/) - 🌋 Pluggable enterprise-level react application framework. - [dva](https://dvajs.com/) - 🌱 React and redux based, lightweight and elm-style framework. (Inspired by elm and choo) - [macaca](https://github.com/alibaba/macaca) - Automation test solution for native, hybrid, mobile web and web application on mobile and desktop platforms. - [macaca-datahub](https://macacajs.github.io/macaca-datahub/) - Just enjoy the data out-of-the-box. - [app-inspector](https://macacajs.github.io/app-inspector/) - Mobile UI viewer in browser, view the UI in a tree view, and generate XPath automatically - [form-wrapper-js](https://nevoss.github.io/form-wrapper-js/) - A lightweight library that creates forms systems in a convenient and easy way, without dependencies and magic code. - [lin-cms-vue](https://github.com/TaleLin/lin-cms-vue) - A simple and practical CMS implemented by Vue - [openhab](https://www.openhab.org/docs/) - an open source, technology agnostic home automation platform which runs as the center of your smart home! - [ms-design](https://ms-design.github.io/) - Vue components that implement Microsoft Design Language - [archcheatsheet](https://archcheatsheet.com/) - Offline dual boot/no desktop environment - [zaobao](https://wubaiqing.github.io/zaobao/) - 每日时报,以前端技术体系为主要分享课题。根据:文章、工具、新闻、视频几大板块作为主要分类。 - [vue-cli-plugin-apollo](https://vue-cli-plugin-apollo.netlify.com/) - @vue/cli plugin for Vue Apollo - [vue-cli-plugin-ssr](https://vue-cli-plugin-ssr.netlify.com/) - ✨ Simple SSR plugin for Vue CLI - [vue-concise-slider](https://warpcgd.github.io/vue-concise-slider) - vue-concise-slider,A simple vue sliding component - [vue-mapbox](https://soal.github.io/vue-mapbox/) - Combine powers of Mapbox GL JS and Vue.js - [xstate](https://xstate.js.org/docs/) - State machines and statecharts for the modern web - [lighthouse](https://lighthouse-php.com/) - Laravel GraphQL Server - [vue-glide](https://antonreshetov.github.io/vue-glide/) - Vue component on top of the Glide.js - [chartjs-plugin-datalabels](https://chartjs-plugin-datalabels.netlify.com/) - Chart.js plugin to display labels on data elements - [Bocadillo](https://bocadilloproject.github.io/) - 🥙 A modern Python web framework filled with asynchronous salsa - [vue-styleguidist](https://vue-styleguidist.github.io/) - Created from react styleguidist for Vue Components with a living style guide - [vue-chartjs](https://vue-chartjs.org/) - ⚡ Easy and beautiful charts with Chart.js and Vue.js - [shadow](https://imperceptiblethoughts.com/shadow/) - Gradle Shadow Plugin - [Craft CMS](https://docs.craftcms.com/v3/) - Craft is a flexible, user-friendly CMS for creating custom digital experiences on the web and beyond. - [open-wc](https://open-wc.org/) - Open Web Component Recommendations - [pywebview](https://pywebview.flowrl.com/) - Build GUI for your Python program with JavaScript, HTML, and CSS - [nuxt-beginners-guide](https://nuxt-beginners-guide.elevenback.jp/) - Japan's first book that corresponds to Nuxt.js v2 and focuses on deep content. - [vue-a11y-utils](https://jinjiang.github.io/vue-a11y-utils/) - Utilities for accessibility (a11y) in Vue.js - [statusfy](https://docs.statusfy.co/) - A marvelous open source Status Page system - [autogit](http://fabiospampinato.com/autogit/) - Define commands, using plugins, to execute across all your repositories. - [mpvue-weui](https://mpcomponent.github.io/mpvue-weui/) - 基于 mpvue 的 weui 框架 - [open-autonomous-safety](https://oas.voyage.auto/) - Open Autonomous Safety - [twill](https://twill.io/) - Twill is an open source CMS toolkit for Laravel that helps developers rapidly create a custom admin console that is intuitive, powerful and flexible. - [pandora](https://midwayjs.org/pandora/) - A Manageable, Measurable and Traceable Node.js Application Manager - [css_tricks](https://qishaoxuan.github.io/css_tricks/) - Some CSS tricks - [markwon](https://noties.github.io/Markwon/) - Android markdown library (no WebView) - [vue-infinite-loading](https://peachscript.github.io/vue-infinite-loading/) - An infinite scroll plugin for Vue.js. - [typescript-book-chinese](https://jkchao.github.io/typescript-book-chinese) - TypeScript Deep Dive 中文版 - [vue-patterns](https://learn-vuejs.github.io/vue-patterns/) - Useful Vue patterns, techniques, tips and tricks and helpful curated links. - [v8n](https://imbrn.github.io/v8n/) - ☑️ JavaScript fluent validation library - [PicGo-Core](https://picgo.github.io/PicGo-Core-Doc/) - A tool for picture uploading. Both CLI & api supports. - [EasyHexo](https://easyhexo.com) - 🤘 Build your own website with Hexo, the easy way. | 轻松使用 Hexo 建站。 - [d2-daily](https://daily.fairyever.com/) - D2 日报。 - [SorryPress](https://github.com/fritx/SorryPress) - Vuepress version of [_xtyxtyx/sorry_](https://github.com/xtyxtyx/sorry) - [vue-showdown](https://vue-showdown.js.org) - Use showdown.js in Vue - [vssue](https://vssue.js.org) - :mailbox: A Vue-powered Issue-based Comment Plugin - [codemirror-colorpicker](https://easylogic.github.io/codemirror-colorpicker/) - Colorpicker manual site - [mtgjson](https://mtgjson.com) - An open‐source project that catalogues all Magic: The Gathering cards in a portable format. - [Leon](https://docs.getleon.ai) - 🧠 Your open-source personal assistant. - [Vuepress Theme Cool Starter](https://friendlyuser.github.io/vuepress-theme-cool-starter/) - [vuesion](https://vuesion.herokuapp.com/docs/) - The most complete boilerplate for production-ready PWAs. With focus on performance, development speed, and best practices - [blessing-skin-plugin-docs](https://bs-community.github.io/blessing-skin-plugin-docs/) - Blessing Skin Server 插件开发文档 - [Mevn-CLI](https://mevn.madhacks.co) - Light Speed setup for MEVN stack based apps. - [teachcode](https://teachcode.madhacks.co) - A tool to develop and improve a student’s programming skills by introducing the earliest lessons of coding. - [Docker 绿皮书](http://docs.nigeerhuo.com/docker) - Help beginners get started quickly with docker, and show docker's power through a few simple small examples. - [idea 快捷键速查文档](http://docs.nigeerhuo.com/idea/) - Help Intellij IDEA users write code without mouse. And also supply Chinese translation of official keymap PDF(Mac/Win/Linux), it's available on webpage! - [SiteWhere Documentation](https://sitewhere.io/docs/2.0.0/) - [SiteWhere](https://sitewhere.io/en/) is the open platform for the Internet of Things. [Source](https://github.com/sitewhere/sitewhere-documentation). - [Pomerium](https://www.pomerium.io) - Pomerium is the [open-source](https://github.com/pomerium/pomerium) identity-aware access proxy. - [Wasabi Wallet](https://docs.wasabiwallet.io) – An archive of knowledge about the open-source, non-custodial and privacy-focused Bitcoin wallet for desktop. - [kriry开发者网络](https://dev.kriry.com/) - kriry开发者网络 (kriry developer net). - [GROWI Docs](https://docs.growi.org/) - [Open Source](https://github.com/weseek/growi) Markdown x Wiki. Real-time preview on left and right screens is possible. - [Java 全栈知识体系](https://www.pdai.tech/) - Java 全栈知识体系 (Java full stack knowledge system). - [MeiliSearch](https://docs.meilisearch.com/) - [Open Source](https://github.com/meilisearch/MeiliSearch) instant search engine - [DBKangaroo](https://dbkangaroo.github.io/) - Database admin and management tool for popular DBMS - [LLStack](https://www.llstack.com/) - 轻量、高性能的 (Open)LiteSpeed+PHP+MySQL 运行环境 - [SuperAgent 中文文档](https://superagent.org.cn) - SuperAgent 中文文档 - [Remote Work Encyclopedia](https://www.remoteworkencyclopedia.com) - [Open Source](https://github.com/moonlightwork/remote-work-encyclopedia) guide to remote work - [Vuepress.tools](https://vuepress.tools/) - A Vuepress Awesome tools list. - [Azure中文精选](https://azureselected.com/) - Microsoft Azure developer content localization resources. - [PBST Handbook](https://pbst.pinewood-builders.com/) - [Open Source](https://gitlab.com/pinewood-builders/) - [PET Handbook](https://pet.pinewood-builders.com/) - [Open Source](https://gitlab.com/pinewood-builders/) - [TMS Handbook](https://tms.pinewood-builders.com/) - [Open Source](https://gitlab.com/pinewood-builders/) - [PB Website](https://pinewood-builders.com/) - [Open Source](https://gitlab.com/pinewood-builders/) - [VuePress Homepage](https://github.com/mtobeiyf/vuepress-homepage) - Elegant and friendly homepage (bio, tech portfolio, resume, doc) template - [soonspacejs](http://www.xwbuilders.com:9018/soonspacejs/Docs/) - Simple and easy to learn webgl plug-in through threejs. - [@nuxtjs/firebase Docs](https://firebase.nuxtjs.org/) - Documentation for the Firebase module for Nuxt. - [Firewings Docs](https://firewings.netlify.app/) - Documentation for the Firewings module for Vue. - [The Wise Opportunist](https://opportunist.luseeds.com/) - Learn how to exploit the system to your own interest - [BTCPay Server](https://docs.btcpayserver.org/) - BTCPay Server is an open-source, self-hosted payment processor for Bitcoin and other cryptocurrencies. - [PHPScraper](https://phpscraper.de) - Scraper library for PHP using VuePress for its documentation. - [試毅-思伟_技术笔记](https://zhousiwei.gitee.io/ibooks/) – 🎉🎉🎉 VuePress记录技术开发笔记 - [MyBatis-Plus](https://mybatis.plus/) - An powerful enhanced toolkit of MyBatis for simplify development. - [VIZ Docs](https://docs.viz.cx) - VIZ blockchain documentation. - [vue-grid-layout](https://jbaysolutions.github.io/vue-grid-layout/) - Documentation for vue-grid-layout, a grid layout system for Vue.js - [uiv](https://uiv.wxsm.space) - Bootstrap 3 Components implemented by Vue 2. ### Enterprise Usage - Alibaba - Ant Financial - Tencent - BriteCore ## License [![CC0](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) To the extent possible under law, [ULIVZ](https://github.com/ulivz) has waived all copyright and related or neighboring rights to this work.

简介

🎉 A curated list of awesome things related to VuePress 展开 收起
CC0-1.0
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fqcto/awesome-vuepress.git
git@gitee.com:fqcto/awesome-vuepress.git
fqcto
awesome-vuepress
awesome-vuepress
master

搜索帮助