/quasar-2-ssr-hmr

Quasar 2 demo created with `npx @quasar/cli create` to demonstrate that HMR is broken when SSR is enabled

Primary LanguageJavaScript

Quasar App (quasar-2-ssr-hmr)

A Quasar Project

Install the dependencies

yarn
# or
npm install

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

yarn dev

Lint the files

yarn lint
# or
npm run lint

Build the app for production

yarn build

Customize the configuration

See Configuring quasar.config.js.