## 初始化工程
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',
};
```
