vuepress-theme-fuse
v1.1.15
Published
A VuePress theme that supports Bingo Fuse Api document.
Downloads
40
Maintainers
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-fuseAnd then setting it in your docs/.vuepress/config.js file:
module.exports = {
theme: 'fuse',
};