I starting a project in Nuxt.JS but already have my site in HTML + CSS + JS. I need just include these HTML on design of NuxtJS.
I have already tried to put the css as a global scope inside nuxt.config.js however in that way it will compile in SSR, and I would not like it. Just like import on html the css, js...
How could I import CSS and Javascript into my pages?
Thanks