Quasar Tailwind (quasar-tailwind)

A Quasar template combined with TailwindCSS, provided by Code Coaching.

Start from this template

git clone git@github.com: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.

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

This will also sort the classes to have a consistent order.

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.