diff --git a/.changeset/lemon-planes-perform.md b/.changeset/lemon-planes-perform.md new file mode 100644 index 0000000000..ad87a9bba8 --- /dev/null +++ b/.changeset/lemon-planes-perform.md @@ -0,0 +1,5 @@ +--- +'@storefront-ui/nuxt': patch +--- + +[CHANGED] Updated docs for nuxt package diff --git a/apps/docs/components/content/2.getting-started/vue.md b/apps/docs/components/content/2.getting-started/vue.md index 0e353ffeac..740efb08c8 100644 --- a/apps/docs/components/content/2.getting-started/vue.md +++ b/apps/docs/components/content/2.getting-started/vue.md @@ -107,11 +107,11 @@ Now, you can import Storefront UI components in your app and all the Tailwind ut #tab-2 -## Nuxt 3 +## Nuxt 3 or Nuxt 4 ### Install all dependencies -With Nuxt 3, the fastest way to get started is to use the `@storefront-ui/nuxt` module. The [Storefront-io Nuxt module](https://www.npmjs.com/package/@storefront-ui/nuxt) will automatically install `@nuxtjs/tailwindcss` inside `nuxt` and storefront-ui tailwindcss presets. +With Nuxt 3 or Nuxt 4, the fastest way to get started is to use the `@storefront-ui/nuxt` module. The [Storefront-io Nuxt module](https://www.npmjs.com/package/@storefront-ui/nuxt) will automatically install `@nuxtjs/tailwindcss` inside `nuxt` and storefront-ui tailwindcss presets. ::warning Add all sub-dependencies manually for PNPM and PostCSS diff --git a/packages/sfui/frameworks/nuxt/README.md b/packages/sfui/frameworks/nuxt/README.md index 740a4f454e..90d5fe5346 100644 --- a/packages/sfui/frameworks/nuxt/README.md +++ b/packages/sfui/frameworks/nuxt/README.md @@ -1,6 +1,6 @@ ### Install all dependencies -With Nuxt 3, the fastest way to get started is to use the `@storefront-ui/nuxt` module. The [Storefront-io Nuxt module](https://www.npmjs.com/package/@storefront-ui/nuxt) will automatically install `@nuxtjs/tailwindcss` inside `nuxt` and storefront-ui tailwindcss presets. +With Nuxt 3 or Nuxt 4, the fastest way to get started is to use the `@storefront-ui/nuxt` module. The [Storefront-io Nuxt module](https://www.npmjs.com/package/@storefront-ui/nuxt) will automatically install `@nuxtjs/tailwindcss` inside `nuxt` and storefront-ui tailwindcss presets. ```bash # npm