|
|
@ -18,23 +18,19 @@ VitePress can be used on its own, or be installed into an existing project. In b
|
|
|
|
::: code-group
|
|
|
|
::: code-group
|
|
|
|
|
|
|
|
|
|
|
|
```sh [npm]
|
|
|
|
```sh [npm]
|
|
|
|
$ npm add -D vitepress
|
|
|
|
$ npm add -D vitepress@next
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```sh [pnpm]
|
|
|
|
```sh [pnpm]
|
|
|
|
$ pnpm add -D vitepress
|
|
|
|
$ pnpm add -D vitepress@next
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```sh [yarn]
|
|
|
|
```sh [yarn]
|
|
|
|
$ yarn add -D vitepress
|
|
|
|
$ yarn add -D vitepress@next vue
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
```sh [yarn (pnp)]
|
|
|
|
|
|
|
|
$ yarn add -D vitepress vue
|
|
|
|
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
```sh [bun]
|
|
|
|
```sh [bun]
|
|
|
|
$ bun add -D vitepress
|
|
|
|
$ bun add -D vitepress@next
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
:::
|
|
|
|
:::
|
|
|
|