/quasar-starter-app

Quasar v2 | SPA | Vue 3 | Vite | SCSS | Eslint | Pinia | Axios | Vue-i18n | Prettier

Primary LanguageJavaScriptMIT LicenseMIT

Quasar starter app (quasar-starter)

Quasar v2 | SPA | Vue 3 | Vite | SCSS | Eslint | Pinia | Axios | Vue-i18n | Prettier

Deploy on Railway

Install the dependencies

yarn
# or
npm install

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

yarn dev
# or
npm run dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

yarn build
# or
npm run build

Start the app for production

yarn start
# or
npm run start

Customize the configuration

See Configuring quasar.config.js.