/hasura-base-quasar

Starter user interface for hasura-base.

Primary LanguageTypeScriptMIT LicenseMIT

HasuraBase (hasura-base-quasar)

Companion starter UI for hasura-base. Includes user auth and profile edit workflows.

Install the dependencies

yarn

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

quasar build

Customize the configuration

See Configuring quasar.config.js.

CodeGen

This demo app uses URQL and GraphQL Code Generator.

After creating a new query or muation with graphql() you will need to re-run codegen with:

yarn codegen