Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shoppingzh/press-util

vitepress/vuepress支持工具
https://github.com/shoppingzh/press-util

press utilities utility vitepress vuepress

Last synced: 8 days ago
JSON representation

vitepress/vuepress支持工具

Awesome Lists containing this project

README

        

# press-util
vitepress/vuepress支持工具

## 安装

```bash
pnpm i -D press-util
# yarn add -D press-util
# npm i -D press-util
```

## 使用

```ts
import { autoGenerateSidebar } from 'press-util'

export default {
themeConfig: {
sidebar: autoGenerateSidebar()
}
}
```