Exploring Tailwind CSS, Vue, and Vuex

Today, I’m taking a look at Tailwind CSS. This is a utility-first CSS framework. On the landing page of the site it clearly states:

Tailwind CSS is a highly customizable, low-level CSS framework that gives you all of the building blocks you need to build bespoke designs without any annoying opinionated styles you have to fight to override.

The goal of the framework is to provide a set of utility classes that help you define the structure and layout of your web application. It is unlike Bootstrap and Foundation because the entire focus of those frameworks is to provide a basic set of components to define a unified look of your website. So my goal is to set out and see if these frameworks work together well to build a simple web application.

Continue reading “Exploring Tailwind CSS, Vue, and Vuex”