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

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 框架

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)