Test setup of Tailwind CSS in Vue, for my talk at Vue.js Meetup Hamburg
yarn install
yarn run serve
yarn run build
Uses PurgeCSS to extract only CSS that is in-use.
yarn run test
yarn run lint
yarn run test:e2e
yarn run test:unit
See Configuration Reference.