/vital

Opinionated QUASAR + VITE starter template.

Primary LanguageJavaScriptMIT LicenseMIT

Vital

Opiniated Quasar + Vite starter template.


Features



Getting started

GitHub Template

Create a repo from this template on GitHub

Clone to local

Use degit to clone to your machine with an empty git history

npx tiged oumarbarry/vital my-vital-app
cd my-vital-app
yarn

Scripts

  • yarn dev - Start the app in development mode (hot-code reloading, error reporting, etc)
  • yarn build - Build the app for production (the generated files will be on the dist/spa folder)
  • yarn test - Run the unit tests with Vitest
  • yarn format - Format the files with Prettier
  • yarn lint - Lint the files with ESLint

To Customize the configuration

See Configuring quasar.config.js.