spenserblack / quasar-todo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

License:MIT License


Languages

Language:TypeScript 48.3%Language:Vue 29.0%Language:JavaScript 19.1%Language:HTML 2.0%Language:SCSS 1.4%Language:Dockerfile 0.2%Language:Shell 0.1%