A Quasar template combined with TailwindCSS, provided by Code Coaching.
git clone [email protected]:code-coaching/quasar-tailwind.git QuackUI
QuackUI
is the name of the directory you want to create. You can change it to whatever you want.
yarn
# or
npm install
quasar dev
yarn lint
# or
npm run lint
This will also sort the classes to have a consistent order.
yarn format
# or
npm run format
quasar build