Skip to content

Commit dbe119b

Browse files
Merge pull request #136 from formkit/docs/adds-pnpm-install-instruction
docs: adds pnpm install instructions
2 parents 970ce52 + 2f15d74 commit dbe119b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

_install/nuxt.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ Using FormKit with Nuxt requires minimal setup. First include the Nuxt module as
1313

1414
```sh
1515
npm install @formkit/nuxt
16+
17+
# If you're using PNPM you should also install some dependency packages.
18+
# pnpm install @formkit/core @formkit/vue
1619
```
1720

1821
Then in your `nuxt.config` file add the module to your modules list:

_install/tailwind-install-instructions.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
21
### Using the Web UI
32

4-
The easiest way to get started with FormKit Tailwind Themes is to head to [themes.formkit.com](https://themes.formkit.com), customize a theme, and choose `Download theme`:
3+
The easiest way to get started with FormKit Tailwind Themes is to install the themes package and head to [themes.formkit.com](https://themes.formkit.com), customize a theme, and choose `Download theme`:
4+
5+
```sh
6+
npm install @formkit/themes
7+
```
58

69
::ArticleCard
710
---

_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)