Third party dependencies
CDN External dependencies
In nuxt.config.js, find the section head -> link/script, insert the required url as required:
For scripts:
script: [ { src: 'https://kit.fontawesome.com/4d01d7389d.js' } ]
For CSS:
link: [ { rel: 'stylesheet', href: 'https://pro.fontawesome.com/releases/v5.10.0/css/all.css' } ],