UNPKG

vuepress-theme-yuu

Version:

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

8 lines (7 loc) 126 B
/* eslint-env node */ module.exports = { extend: '@vuepress/theme-default', plugins: [ require('./plugins/yuu.js'), ], }