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

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


it's very well explained on the official doc: https://nuxtjs.org/guide/assets/

assets\ is reserved for assets to be processed (eg. concat css with webpack)

static\ is useful to expose all static files from the root url (static\img\test.jpg => http://example.fr/img/test.jpg), without any process