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-plussh
$ pnpm add -D vitepress @lando/vitepress-theme-default-plussh
$ yarn add -D vitepress @lando/vitepress-theme-default-plussh
$ bun add -D vitepress @lando/vitepress-theme-default-plus