Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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支持工具
- Host: GitHub
- URL: https://github.com/shoppingzh/press-util
- Owner: shoppingzh
- Created: 2022-06-19T09:22:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-03T06:48:51.000Z (about 1 month ago)
- Last Synced: 2024-12-03T07:35:13.885Z (about 1 month ago)
- Topics: press, utilities, utility, vitepress, vuepress
- Language: TypeScript
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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()
}
}
```