Files
mono/components/desktop
..
2025-09-27 17:58:04 +05:00
2025-07-10 19:47:11 +05:00
2025-07-10 16:45:07 +05:00
2025-07-15 09:59:21 +05:00
2025-01-14 13:45:45 +05:00
2025-04-15 15:57:55 +05:00
pwa
2025-07-04 16:07:38 +05:00
2025-07-06 23:11:29 +05:00
2025-01-14 13:45:45 +05:00
2025-01-14 13:45:45 +05:00
2025-01-14 13:45:45 +05:00
2025-03-27 18:13:33 +05:00
2025-01-14 13:45:45 +05:00
2025-03-06 13:53:31 +05:00
2025-10-22 19:53:40 +05:00
2025-09-19 10:41:29 +05:00
2025-07-15 09:59:21 +05:00
2025-01-14 13:45:45 +05:00
2025-10-14 22:06:23 +05:00
2025-01-14 13:45:45 +05:00
2025-01-14 13:45:45 +05:00
2025-07-10 19:47:11 +05:00
2025-07-10 19:47:11 +05:00

Terminal App

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

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.