Questions tagged [nuxtjs]

375 questions
20
votes
4 answers

Nuxtjs vuetify throwing lots of `Using / for division is deprecated and will be removed in Dart Sass 2.0.0.`

Nuxtjs using vuetify throwing lots of error Using / for division is deprecated and will be removed in Dart Sass 2.0.0. during yarn dev Nuxtjs: v2.15.6 @nuxtjs/vuetify": "1.11.3", "sass": "1.32.8", "sass-loader": "10.2.0", Anyone know how to fix it…
kwong ho
  • 201
  • 1
  • 4
8
votes
0 answers

How to use nuxt auth module with AWS Cognito ui

I am want to build an app which has a static frontend ( target: 'static' in nuxt.config.js ), and a backend using ktor. The app will need to authenticate users but I do not want to manage passwords and things myself, so I would like to integrate…
Aarjav
  • 1,135
  • 8
  • 19
7
votes
2 answers

How can solve the ERROR [BABEL] maximum size 500KB issue in server?

I am using NUXTJS application for an SSR page, but i am getting an error of bootstrap-vue icon size issue. The file is hosted in AWS server and this will be the error The code generator has deoptimised the styling of…
Syam kumar KK
  • 354
  • 5
  • 24
6
votes
1 answer

How do you use custom fonts with TailwindCSS and NuxtJS?

So I'm building a website with NuxtJS using Tailwind CSS for my styles. I'm using the @nuxtjs/tailwindcss module. The issue is that my fonts don't seem to be loading on the browser. The correct font-family is still applied by the CSS as you can see…
Kerunix
  • 103
  • 1
  • 5
4
votes
1 answer

NuxtJs Auth with multiple strategies, endpoints getting overwritten

I am building a web app using NuxtJs and I am using nuxtjs/auth-next for OAuth authorization with Google and Facebook auth providers. I have configured post authorization endpoints to fetch token from backend, while it works when I just have one…
Aster
  • 193
  • 1
  • 4
  • 11
4
votes
0 answers

How to create a Pre-Loading/ Splash Screen in Nuxt.js before the app starts?

I have tried to add a loader as shown in the nuxt.js documentation in between the routes but its not work. But I'm not able to add a splash screen before the app starts. Code snippet in my components/loading.vue