Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/lemon-planes-perform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@storefront-ui/nuxt': patch
---

[CHANGED] Updated docs for nuxt package
4 changes: 2 additions & 2 deletions apps/docs/components/content/2.getting-started/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<!-- https://github.com/tailwindlabs/tailwindcss/issues/19442 postcss having problems with resolving @import and @plugin with pnpm and tailwindcss -->
::warning Add all sub-dependencies manually for PNPM and PostCSS
Expand Down
2 changes: 1 addition & 1 deletion packages/sfui/frameworks/nuxt/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading