Skip to content

unluckynelson/quasar-apollo-test

Repository files navigation

Quasar, Vue3, Apollo, SSR App (apollo-ssr-test)

A Quasar Framework app to test Apollo SSR queries

Install the dependencies

yarn

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

quasar dev -m ssr

Lint the files

yarn run lint

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.conf.js.