-
I have this simple config here in `nuxt.config.ts`
```
pwa: {
devOptions: {
enabled: true
},
workbox: {
clientsClaim: true,
skipWaiting: true,
…
-
> Please respect maintainers time by filling in these sections. Your issue will likely be closed without this information.
- Vue Version: 4.0.0-beta.3
- "nuxt3": "^3.0.0-27430570.4cfad4d"
**De…
-
**Describe the bug**
I tryied to use Vuelidate for Vue 3 in Nuxt 3.0.0 (stable version), and i got some error in my console when i tried to install these packages:
`npm install @vuelidate/core @vu…
-
### 概要
Nuxt + Tailwind CSSの環境構築記事を書いてほしい
### 詳細
Nuxtを用いた環境記事があまり多くない。検索で引っかかるものの多くは2020前後、Nuxt2の記事である。
Nuxt Modulesには[Nuxt Tailwind](https://tailwindcss.nuxtjs.org/)というモジュールがあ離、こちらを利用するケースが多いかと思う(…
-
In the current Nuxt 3 version, v3.0.0-rc.6, trying to import @animxyz/vue3 causes a warning and the server to stall out.
Steps I took:
init a new Nuxt 3 project with nuxi.
run yarn add @animxyz/v…
-
### Environment
nuxt js 3 blank white page after deploying just in chrome and edge browsers
### Reproduction
https://github.com/hoSaMShoukry/nuxt-router.aoptions-issue
### Describe the bug
when …
-
# Expected Behavior
Adding an item goes smooth like in the docs.
# Current Behavior
Unstable behavior when adding a grid item in Nuxt 3. This might be related to #18. I enabled resize and dra…
-
I've installed the module as described in the docs and I even tried the edge channel. Still both time when I start the server, it throws an 500 error client side and this on the server:
```
[nuxt] […
-
### Environment
npx nuxi
I have a GITHUB_TOKEN and GITHUB_URL in the .env file and then i added these two variables to the vercel environment configuration. the site works fine locally, the build …
-
### Reporting a bug?
Hi guys,
I have been using custom blocks in sfc for a while.
I migrated from Vue 2 to 3 and Vue i18n from v8 to 9. I used vue cli and vue i18n loader for the custom block.…