hasanerken / vite-quasar2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 degit 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.

About

License:MIT License


Languages

Language:JavaScript 72.1%Language:Vue 14.9%Language:TypeScript 5.6%Language:HTML 3.9%Language:SCSS 3.2%Language:Shell 0.3%