https://github.com/vafast/vafast-docs
Vafast 框架官方中文文档 - 高性能 Node.js Web 框架
https://github.com/vafast/vafast-docs
documentation nodejs vafast vitepress
Last synced: 5 months ago
JSON representation
Vafast 框架官方中文文档 - 高性能 Node.js Web 框架
- Host: GitHub
- URL: https://github.com/vafast/vafast-docs
- Owner: vafast
- License: mit
- Created: 2025-08-25T06:33:23.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2026-02-01T06:48:33.000Z (5 months ago)
- Last Synced: 2026-02-01T17:24:33.584Z (5 months ago)
- Topics: documentation, nodejs, vafast, vitepress
- Homepage: https://vafast.huyooo.com
- Size: 37.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vafast 中文文档
基于 VitePress 构建的 Vafast 框架官方中文文档。
## 本地开发
```bash
npm install
npm run dev
```
## 构建
```bash
npm run build
```
## 预览
```bash
npm run preview
```
## 相关链接
- [Vafast GitHub](https://github.com/vafast/vafast)
- [在线文档](https://vafast.huyooo.com)