How to use FontAwesome 5 in Nuxt
1. Nuxt FontAwesome Make sure to install the nuxt-fontawesome module for Nuxt. yarn add nuxt-fontawesome 2. FontAwesome Icons Install your preferred FontAwesome icon packages. You can stick to all, or…
1. Nuxt FontAwesome Make sure to install the nuxt-fontawesome module for Nuxt. yarn add nuxt-fontawesome 2. FontAwesome Icons Install your preferred FontAwesome icon packages. You can stick to all, or…
If you’re here, there are a few chances that you’re probably getting an error among these lines while installing an NPM package for Node.js on Windows (most probably the node-sass…
Here we are at the last part in the series. Now that we have a working API, we can finish our application off by building its interface using Angular. Let’s…
In this post, we will finish our application’s RESTful API by introducing user roles, routing and new endpoints so new users can register, authenticate and access routes based on their…
In this series, we will go through the process of creating role-based user authentication system using Express, MySQL, Sequelize, Passport and JSON Web Tokens (JWT) on the backend and use…