Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

LaurenceHo/electron-quasar-trip-management

Repository files navigation

About The Project

This is a trip management desktop app using Vue3, Quasar with TypeScript and Electron.

QuasarVueTypeScriptViteElectron

Install the dependencies

npm install

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

npm run dev

Lint the files

npm run lint

Build the app for production

npm run build

Customize the configuration

See Configuring quasar.config.js.