vuepress-theme-yuu

A VuePress theme that supports a dark theme, multiple color themes, and other useful features.

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
vuepress-theme-yuu
7273.1.12 years ago5 years agoMinified + gzip package size for vuepress-theme-yuu in KB

Readme

<img src="https://i.imgur.com/j9bfYBy.png" title="Yuu" alt="Yuu" />
Yuu
A VuePress theme that supports a dark theme, multiple color themes, and other useful features. Extended upon the default VuePress theme with some adjustments.

Installation

You can add Yuu to your current VuePress project by running:
yarn add vuepress-theme-yuu
# or npm install vuepress-theme-yuu

And then setting it in your docs/.vuepress/config.js file:
module.exports = {
	theme: 'yuu',
}

Features and configuration

Yuu user settings dropdown menu
You can check out how to configure all of Yuu's features and a live demo on the docs site.

Upgrading

Upgrade to v3

Yuu v3 brings bug fixes and CSS updates, as well as a few small features and breaking changes. You should also consider upgrading to vuepress@^1.8.0.
Features:
  • Added a logo option to the Yuu theme config
  • Added a labels option to the Yuu theme config

Breaking changes:
  • The forceTheme frontmatter option has been renamed to pageTheme