Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

vuepress-theme-fuse

shenglfyu50MIT1.1.15

A VuePress theme that supports Bingo Fuse Api document.

vuepress, theme, fuse, vuepress-theme, colors, vue, customize, options

readme

初始化工程

yarn

发布

npm publish

文档及示例

cd example yarn yarn dev

使用

You can add Fuse to your current VuePress project by running:

yarn add vuepress-theme-fuse
# or npm install vuepress-theme-fuse

And then setting it in your docs/.vuepress/config.js file:

module.exports = {
    theme: 'fuse',
};