-
### Discussed in https://github.com/unjs/nitro/discussions/2714
Originally posted by **kaitoqueiroz** September 5, 2024
# Environment:
Operating System: Linux
Node Version: v20.15.0
Nuxt…
-
# Nuxt.js + Tailwind CSS + NuxtUIでアプリを構築する
## WHY
- 本業でもNuxt.js + Tailwind CSS + NuxtUIでアプリを開発しており、ナレッジを共有できるから
## What
- Nuxt.js + Tailwind CSS + NuxtUIのstarterリポジトリを探す
- https://github.com/gr…
-
### Environment
```
------------------------------
- Operating System: Linux
- Node Version: v18.20.3
- Nuxt Version: 3.12.4
- CLI Version: 3.12.0
- Nitro Version: 2.9.7
- Pack…
-
## My setup:
- Operating System: `Darwin`
- Node Version: `v20.5.0`
- Nuxt Version: `3.9.0`
- CLI Version: `3.10.0`
- Nitro Version: `2.8.1`
- Package Manager: `pnpm@8.10.5`
- …
-
Thanks for great repo, is there a chance we can get nuxt4 support i.e. nightly?
PMLS3 updated
3 months ago
-
### Describe the feature
Auto-import of `$t` is a great feature, but it clutters the console with messages in case per-component translations are used (no matter if they are used together with global…
-
### Description
In this example
https://stackblitz.com/edit/nuxt-starter-d1zs6g?file=app.vue
I try to implement `UModal`. I would like to render different components in that UModal, e.g. a Newsl…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v16.19.0`
- Nuxt Version: `3.6.5`
- Nitro Version: `2.5.2`
- Package Manager: `pnpm@8.3.1`
- Builder: `vite`
…
-
### Environment
------------------------------
- Operating System: `Linux`
- Node Version: `v16.14.2`
- Nuxt Version: `3.3.1`
- Nitro Version: `2.3.1`
- Package Manager: `npm@7.17.…
-
### Describe the bug
If you delete imports, Nuxt auto-imports do not work:
for example works:
```vue
import { useAccount, useDisconnect } from '@wagmi/vue';
const { address, chainId, …