Add CSS Libraries to Nuxt

InstructorJohn Lindquist

Share this video with your friends

Send Tweet

You can easily add CSS libraries to Nuxt using yarn or npm to install them, then simply adding them to the nuxt.config.js so they're included in each page. Then all the classes will be available for use in all of your templates. This lesson walks your through installing a library then adding it to your nuxt.config.js.