Skip to content

Commit 2f15d74

Browse files
authored
docs: adds pnpm install core to vue install instruction
adds pnpm install core to vue install instruction
1 parent 7491b18 commit 2f15d74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_install/vue.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Most new projects use a build tool like Vite, Snowpack, or webpack. This makes i
44

55
```sh
66
npm install @formkit/vue
7+
8+
# If you're using PNPM you should also install some dependency packages.
9+
# pnpm install @formkit/core
710
```
811

912
The `@formkit/vue` package ships with a Vue plugin and a default configuration for easy setup:

0 commit comments

Comments
 (0)