https://github.com/hslr-s/sun-store-doc
https://github.com/hslr-s/sun-store-doc
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hslr-s/sun-store-doc
- Owner: hslr-s
- Created: 2024-09-09T13:37:14.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-12T04:31:05.000Z (about 1 year ago)
- Last Synced: 2025-02-01T18:25:54.823Z (9 months ago)
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Sun-Panel DOC
文档基于:[VitePress](https://vitepress.dev/)
中文文档VitePress:https://vitepress.yiov.top/getting-started.html
## 环境要求
- Node.js 版本 18 或更高版本
- npm 最新版本
## 其他说明
- 克隆项目
- 安装依赖
```bash
pnpm install
```
- 打包
```bash
pnpm run docs:build
```
- 开发预览
```bash
pnpm run docs:dev
```