Package Exports
- vuepress-theme-ououe
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vuepress-theme-ououe) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vuepress-theme-ououe
A blog theme for VuePress
Live Demo: My Blog
Uses vuepress-theme-ououe-template to starter
Installation
yarn add vuepress-theme-ououe
# or
npm i vuepress-theme-ououe
Usage
// .vuepress -> config.js
module.exports = {
theme: 'ououe',
themeConfig: {
// ...
}
}