From 2e0ad30fc12dc8b920cc96f983f4c1cfe3a83a37 Mon Sep 17 00:00:00 2001 From: Liang Date: Tue, 15 Sep 2026 20:40:31 +0800 Subject: [PATCH] fix(docs): expand details for global CLI anchor links --- docs/guide/global-cli.md | 46 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/docs/guide/global-cli.md b/docs/guide/global-cli.md index 9da7cab16b..e7d6a36c5b 100644 --- a/docs/guide/global-cli.md +++ b/docs/guide/global-cli.md @@ -1,3 +1,49 @@ + + # Global CLI The global CLI is a standalone `vp` binary for machine-level runtime and package management. It includes a Vite+ toolchain, does not require Node.js to be installed first, and can be used without adding `vite-plus` to a project.