├── Readme.md └── logo.png /Readme.md: -------------------------------------------------------------------------------- 1 | > __Deprecated__: This project is no longer mantained, as the maintainer of Vuepress @ulivz has created another repo for the same purpose: https://github.com/ulivz/awesome-vuepress 2 | 3 |

4 | logo of awesome-vuepress repository 5 |

6 | 7 | # Awesome Vuepress 8 | 9 | - [Themes](#themes) 10 | - [Plugins](#plugins) 11 | - [Sites](#sites) 12 | 13 | ## Themes 14 | 15 | ### Official Vuepress Themes 16 | 17 | - [@vuepress/theme-default](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/theme-default) - Vuepress default theme - [npm](https://www.npmjs.com/package/@vuepress/theme-default) 18 | - [@vuepress/theme-vue](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/theme-vue) - Vuepress theme for official Vue projects 19 | - [@vuepress/theme-blog](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/theme-blog) - Vuepress default blog theme 20 | 21 | ### Community 22 | 23 | - [vuepress-theme-yubisaki](https://github.com/Bloss/vuepress-theme-yubisaki) - Yubisaki's Blog Theme - [npm](https://www.npmjs.com/package/vuepress-theme-yubisaki) 24 | - [vuepress-theme-meteorlxy](https://github.com/meteorlxy/vuepress-theme-meteorlxy) - Meteorlxy's Blog Theme - [npm](https://www.npmjs.com/package/vuepress-theme-meteorlxy) 25 | - [vuepress-theme-jupiter](https://github.com/zlliang/vuepress-theme-jupiter) - A simple theme using [Bulma-jupiter](https://github.com/zlliang/bulma-jupiter) styles, and supporting LaTeX rendering - [npm](https://www.npmjs.com/package/vuepress-theme-jupiter) 26 | - [vuepress-theme-simple](https://github.com/viko16/vuepress-theme-simple) - ✏️ Very Simple Blog Theme for VuePress - [npm](https://www.npmjs.com/package/vuepress-theme-simple) 27 | 28 | ## Plugins 29 | 30 | > Vuepress v1.0+ supports Plugins 31 | 32 | ### Official Vuepress Plugins 33 | 34 | - [@vuepress/plugin-active-header-links](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-active-header-links) - [npm](https://www.npmjs.com/package/@vuepress/plugin-active-header-links) 35 | - [@vuepress/plugin-back-to-top](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-back-to-top) - [npm](https://www.npmjs.com/package/@vuepress/plugin-back-to-top) 36 | - [@vuepress/plugin-blog](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-blog) - [npm](https://www.npmjs.com/package/@vuepress/plugin-blog) 37 | - [@vuepress/plugin-google-analytics](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-google-analytics) - [npm](https://www.npmjs.com/package/@vuepress/plugin-google-analytics) 38 | - [@vuepress/plugin-i18n-ui](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-i18n-ui) - [npm](https://www.npmjs.com/package/@vuepress/plugin-i18n-ui) 39 | - [@vuepress/plugin-last-updated](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-last-updated) - [npm](https://www.npmjs.com/package/@vuepress/plugin-last-updated) 40 | - [@vuepress/plugin-medium-zoom](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-medium-zoom) - [npm](https://www.npmjs.com/package/@vuepress/plugin-medium-zoom) 41 | - [@vuepress/plugin-notification](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-notification) - [npm](https://www.npmjs.com/package/@vuepress/plugin-notification) 42 | - [@vuepress/plugin-pagination](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-pagination) - [npm](https://www.npmjs.com/package/@vuepress/plugin-pagination) 43 | - [@vuepress/plugin-pwa](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-pwa) - [npm](https://www.npmjs.com/package/@vuepress/plugin-pwa) 44 | - [@vuepress/plugin-register-components](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-register-components) - [npm](https://www.npmjs.com/package/@vuepress/plugin-register-components) 45 | - [@vuepress/plugin-search](https://github.com/vuejs/vuepress/tree/master/packages/%40vuepress/plugin-search) - [npm](https://www.npmjs.com/package/@vuepress/plugin-search) 46 | 47 | ### Community 48 | 49 | - [vuepress-plugin-nprogress](https://github.com/meteorlxy/vuepress-plugin-nprogress) - nprogress plugin for Vuepress - [npm](https://www.npmjs.com/package/vuepress-plugin-nprogress) 50 | - [vuepress-plugin-alias](https://github.com/vaniyokk/vuepress-plugin-alias) - handling page aliases in Vuepress - [npm](https://www.npmjs.com/package/vuepress-plugin-alias) 51 | - [vuepress-plugin-component-docgen](https://github.com/youngtailors/vuepress-plugin-component-docgen) - Generate documentation for Vue component - [npm](https://www.npmjs.com/package/vuepress-plugin-component-docgen) 52 | - [@vssue/vuepress-plugin-vssue](https://vssue.js.org/guide/vuepress.html) - enable comments for your vuepress sites - [npm](https://www.npmjs.com/package/@vssue/vuepress-plugin-vssue) 53 | - [vuepress-plugin-latex](https://github.com/zlliang/vuepress-plugin-latex) - LaTeX rendering plugin for VuePress, driven by KaTeX - [npm](https://www.npmjs.com/package/vuepress-plugin-latex) 54 | - [vuepress-plugin-reading-time](https://github.com/darrenjennings/vuepress-plugin-reading-time) reading-time plugin to display how long a page takes to read 55 | - [vuepress-plugin-minimal-analytics](https://github.com/webmasterish/vuepress-plugin-minimal-analytics) - Minimal Google Analytics plugin for VuePress 56 | - [vuepress-plugin-autometa](https://github.com/webmasterish/vuepress-plugin-autometa) - Auto meta tags plugin for VuePress 57 | - [vuepress-plugin-autonav](https://github.com/webmasterish/vuepress-plugin-autonav) - Auto nav links plugin for VuePress 58 | - [vuepress-plugin-feed](https://github.com/webmasterish/vuepress-plugin-feed) - RSS, Atom, and JSON feeds generator plugin for VuePress 59 | - [vuepress-plugin-permalink-pinyin](https://github.com/viko16/vuepress-plugin-permalink-pinyin) - A VuePress plugin which convert Chinese title to transliterate permalink. 60 | - [@silvanite/vuepress-plugin-markdown-classes](https://github.com/Silvanite/vuepress-plugin-markdown-classes) - Adds css classes to html generated from markdown content. 61 | 62 | ## Sites 63 | 64 | ### Official Vue Projects 65 | 66 | - [vue-cli](https://cli.vuejs.org) 67 | - [vuex](https://vuex.vuejs.org) 68 | - [vue-router](https://router.vuejs.org) 69 | - [vue-server-renderer](https://ssr.vuejs.org) 70 | - [vue-test-utils](https://vue-test-utils.vuejs.org) 71 | - [vue-loader](https://vue-loader.vuejs.org) 72 | - [rollup-plugin-vue](https://rollup-plugin-vue.vuejs.org) 73 | - [vetur](https://vuejs.github.io/vetur) 74 | 75 | ### Community 76 | 77 | - [SorryPress](https://github.com/fritx/SorryPress) - Vuepress version of [_xtyxtyx/sorry_](https://github.com/xtyxtyx/sorry) 78 | - [cr-vue](https://cr-vue.mio3io.com) - Japanese Vue guide 79 | - [vuesax](https://lusaxweb.github.io/vuesax) - Vuesax Frontend Vue Components 80 | - [vue-showdown](https://vue-showdown.js.org) - Use showdown.js in Vue 81 | - [vssue](https://vssue.js.org) - A Vue-powered Issue-based Comment Plugin 82 | - [codemirror-colorpicker](https://easylogic.github.io/codemirror-colorpicker/) - Colorpicker manual site 83 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/meteorlxy/awesome-vuepress/4d4ebc127fb8f295e795437c22af378eaf31d74e/logo.png --------------------------------------------------------------------------------