Top "Nuxt.js" questions

Nuxt.

How to store data to local storage with Nuxt.js

As you know, nuxtjs is server side rendering and there is no good example how to store data into localstorage …

authentication vue.js nuxt.js
Vuejs Error: The client-side rendered virtual DOM tree is not matching server-rendered

I am using Nuxt.js / Vuejs for mmy app, and I keep facing this error in different places: The client-side …

javascript vue.js vuejs2 nuxt.js
Push a route (Moving from vueJS to nuxtJS)

I am converting a VueJS project to Nuxt.js and I have a problem understanding how nuxt handles routing. Its …

vue.js nuxt.js vue-i18n nuxt-i18n
Where to store common component methods in #NUXT.JS

Actually i want to know where to store common components methods in #NUXT.JS. things which i have tried. --&…

javascript vue.js nuxt.js
Nuxt.js: Include font files: use /static or /assets

I know some posts in the nuxt.js github repo cover this a bit, but I would like to know …

vue.js fonts font-face assets nuxt.js
How to run nuxt under pm2?

I have 2 nuxt projects that need to be run on the server. Whenever I run the app locally it seems …

node.js npm ubuntu-16.04 pm2 nuxt.js
Data() VS asyncData() in Nuxt & vue

Both data() and async data() gives the same result (and it is obvious that the results from asyncData() override the …

vue.js vuejs2 vuex nuxt.js
What is the cause of [Vue warn]: Invalid prop: custom validator check failed for prop "value"

I have nuxt.js app, which uses vuejs-datepicker: <template> <!-- ... --> <DatePicker :value="datePicker.value" /&…

vue.js nuxt.js vuejs-datepicker
Difference between Asyncdata vs Fetch

What is the exact difference between fetch and async data. The official documentation says the following: asyncData You may want …

vue.js vuejs2 vuex nuxt.js
VueJS: variable is undefined inside computed only

I'm trying to make async autocomplete input with Vue, Nuxt, Axios and Buefy. It basically works, but I need to …

vue.js nuxt.js