UNPKG

vuepress-theme-fuse

Version:

A VuePress theme that supports Bingo Fuse Api document.

28 lines (20 loc) 384 B
## 初始化工程 yarn ## 发布 npm publish ## 文档及示例 cd example yarn yarn dev ## 使用 You can add Fuse to your current VuePress project by running: ```bash yarn add vuepress-theme-fuse # or npm install vuepress-theme-fuse ``` And then setting it in your `docs/.vuepress/config.js` file: ```js module.exports = { theme: 'fuse', }; ```