UNPKG

vuepress-theme-yuu

Version:

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

8 lines (6 loc) 156 B
/* eslint-env node */ const path = require('path') module.exports = { name: 'yuu-theme-plugin', clientRootMixin: path.join(__dirname, 'lifecycle.js'), }