Nuxt Apollo useAsyncQuery not executing on render
Server api nested index.js file is not detected
nuxi generate only finds 10 from 100 slug routes when paginated to show only 10
Vuetify Reset CSS
Nuxt UI late install
Calling Array.slice() to a fetched array says that slice is not a function
Replacing square brackets in page names in dev mode
nuxt/pages
on dev server. However, I have no idea how to do that....SPA Loading Template inline external CSS
animate.css
with the spa-loading-template.html
? I have tried adding it to the app.vue
and the nuxt.config.ts
in which it worked, but only after the page loaded the styles, which results in a layout shift and/or it doesn't play the desired animation.
Which is to be expected, because SSR is turned off and the styles are not inlined. Is there an already established solution to inline it? I have tried using @nuxtjs/critters
, which only works in the production build and duplicates the css....Weird dynamic routing issue when behind proxy or deployed to ECS
Common Nitro Gotchas when proxying to wordpress instance
Choose a local file if data fetching failed
Nuxt generated tsconfig point outside of project and language server crashes out of memory
How to use NuxtErrorBoundary properly??
Vitest slow tests compared to jest
Nuxt UI without app.config.ts
primary
color via the app.config.ts
lets us change the theme of our app at runtime (the palette button in the docs, also noted in the screenshot. My understanding is that app.config.ts
provide the means to change our theme at runtime. But, I'm not really interested in changing my theme at runtime. Rather, I want to define a primary color and be able to use it in my default theme and for the color
prop in various components.
How can I achieve this in Nuxt UI? Is it possible to define primary color apart from the app.config.ts
way, may be under the ui key in nuxt.config.ts
itself? I have the same question about overriding component config also via app.config.ts
. Please correct me if I'm misunderstanding the purpose and usage of app.config.ts
. Thanks!...
Gtag multiple tags
Nuxt module type errors leak into app typecheck
@agorastore/shared-ui
, which is consumed by a nuxt app.
Locally, on the module code, I don't have any type errors, everything is properly typed & works fine.
But when I build & release the module, the build output has some type issues I don't have on the module code. These type issues aren't a big deal, they don't cause harm & the module works as excepted.
...Nuxt i18n pages:extend
Difference between <v-no-ssr> and <ClientOnly>