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

:electron: Playing with Quasar CLI by making a simple to-do list

License

Notifications You must be signed in to change notification settings

spenserblack/quasar-todo

Repository files navigation

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.