Top "Nuxt.js" questions

Nuxt.

Custom Directive in nuxt js

is there a way how to write a custom directive in nuxt js, which will work for ssr and also …

vue.js nuxt.js server-side-rendering
how to write global router-function in nuxt.js

I am using Vue.js with Nuxt.js, but I got a problem in router's functions. In the pure Vue, …

vue.js vue-router nuxt.js
How to save JWT Token in Vuex with Nuxt Auth Module?

I am currently trying to convert a VueJS page to NuxtJS with VueJS. Unfortunately I have some problems with authenticating …

express authentication jwt nuxt.js bearer-token
What is best way for including bootstrap.css to nuxt project?

This is a part of my nuxt.config.js file: head: { link: [ { rel: 'icon', type: 'image/x-icon', href: '/favicon.…

javascript vue.js nuxt.js
CORS Missing Allow Origin

My server (written with Django) is running at http://localhost:8000. The Nuxt application is running at http://localhost:3000. When I …

vue.js cors nuxt.js django-cors-headers
Vue/Nuxt: How to make a component be truly dynamic?

In order to use a dynamically-defined single page component, we use the component tag, thusly: <component v-bind:is="componentName" :…

vue.js dynamic nuxt.js vue-dynamic-components
How do we include only required modules from lodash in a Nuxt?Vuejs Project?

We have built a Nuxt/VueJS project. Nuxt has its own config file called nuxt.config.js within which we …

javascript webpack vue.js lodash nuxt.js
Custom elements in iteration require 'v-bind:key' directives

In my Nuxt app I have the following line that triggers the error mentioned in the title of this question: &…

vue.js nuxt.js v-for
How to append JS files in NUXT before </body> ends

Im trying to append javascript files in NUXT. but when i use nuxt.config to append javascript it works but …

webpack vuejs2 nuxt.js
How to set lang attribute on html element with Nuxt?

Using the file nuxt.config.js file, head contents can be customized to add some meta, or other things: module.…

javascript html vue.js nuxt.js vue-meta