yarn add tailwindcss
./src/assets/css/tailwind.css
Fill tailwind.css with @tailwind base;
@tailwind components;
@tailwind utilities;
npx tailwind init
This is very rough steps that I create due to not finding an updated way to install tailwindcss into vue-cli, and I'm not even sure that it's optimal, if you know a better way, please don't hesitate to make a pull request!
yarn install
yarn run serve
yarn run build
yarn run test
yarn run lint