DEV Community

Discussion on: Use Bulma and FontAwesome 5 with Nuxt.js

Collapse
 
codeboje profile image
Jens@MindfulDevMag

Thanks.

I only need the first part, however, to get that working I had to install the sass loader too.

npm install --save-dev node-sass sass-loader

Collapse
 
mtpiercey profile image
Matthew Piercey

Good point; I guess I've gotten in the habit of adding node-sass, sass-loader, and url-loader/file-loader to my Nuxt projects so much it's second nature.

And core-js@2, up until I started using nuxt-edge...