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

Latest commit

 

History

History
50 lines (35 loc) · 940 Bytes

README.md

File metadata and controls

50 lines (35 loc) · 940 Bytes

Quasar Todo (quasar-todo)

CI

A to-do list built with Electron + Quasar

Warning

Because I'm personally not using this anymore, I am archiving this project. If you stumble on this project and would like to see further development, you can raise an issue or discussion on my GH profile.

Install the dependencies

yarn
# or
npm install

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

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.