Shows how to create a new Vue.js project with vue-cli 3 which uses Tailwind.css.
Tailwind is a utility-first CSS framework for rapidly building custom user interfaces. Tailwind is written in PostCSS and configured in JavaScript, which means you have the full power of a real programming language at your fingertips.
Tested with Vue.js 3.2.1 and Tailwind.css 0.7.3 (Januar 2019)
vue create my-project
(I used airbnb-eslint, scss and unit-testing )