paulpessoa / dev-clock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clocking Your Code Hours (dev-clock)

Clocking Your Code Hours

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

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.

About


Languages

Language:JavaScript 45.5%Language:Vue 25.7%Language:TypeScript 21.3%Language:HTML 4.1%Language:SCSS 3.5%