Skip to content

Commit

Permalink
docs: add installation guide for other package managers (vitest-dev#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
dammy001 authored and JakeGinnivan committed Jan 8, 2022
1 parent 6a4efd9 commit 1d0d2a4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ You can try Vitest online on [StackBlitz](https://vitest.dev/new). It runs Vites
## Adding Vitest to your Project

```bash
// with npm
$ npm install -D vitest

// or with yarn
$ yarn add -D vitest

// or with pnpm
$ pnpm add -D vitest
```

:::tip
Expand Down Expand Up @@ -128,7 +135,7 @@ vitest related /src/index.ts /src/hello-world.js
- [vitesse-lite](https://github.com/antfu/vitesse-lite)
- [fluent-vue](https://github.com/demivan/fluent-vue)
- [vueuse](https://github.com/vueuse/vueuse)
- [milkdown](https://github.com/Saul-Mirone/milkdown
- [milkdown](https://github.com/Saul-Mirone/milkdown)

## Using Unreleased Commits

Expand Down

0 comments on commit 1d0d2a4

Please sign in to comment.