Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 460 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 460 Bytes

queryphp.com

This site is built with VitePress.

Developing

# node 版本
node -v v19.5.0
n 19.5.0

# 克隆本仓库
$ git clone [email protected]:hunzhiwange/docs-cn.git

# 安装依赖
$ npm install
# 或者使用 pnpm
$ pnpm i

# 启动开发服务器
$ pnpm dev

Node Memory Limit

npm install -g increase-memory-limit cross-env
npm run fix-memory-limit #cross-env LIMIT=8192 increase-memory-limit