Installation
- Node.js version 18 or higher.
- Terminal for accessing VitePress via its command line interface (CLI).
- Text Editor with Markdown syntax support.
- VSCode is recommended, along with the official Vue extension.
VitePress can be used on its own, or be installed into an existing project. In both cases, you can install it with:
sh
$ npm install -D vitepress @lando/vitepress-theme-default-plus
sh
$ pnpm add -D vitepress @lando/vitepress-theme-default-plus
sh
$ yarn add -D vitepress @lando/vitepress-theme-default-plus
sh
$ bun add -D vitepress @lando/vitepress-theme-default-plus