Skip to content

Latest commit

 

History

History

A Quasar CLI project with Vite and quasar-app-extension-ssg.

PageSpeed Insights reports

mobile

mobile report

desktop

desktop report

Install the dependencies from the monorepo root folder

pnpm i

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

quasar ssg dev

Lint the files

pnpm run lint

Format the files

pnpm run format

Build the app for production (using ssg)

quasar ssg generate

Customize the configuration

See Configuring quasar.config.js and configuring quasar-app-extension-ssg for Vite.