ccalvarez / vuesax-time-tracking

:rocket: Single-Page Application for logging and reporting daily tasks.
vuesax-time-tracking-git-master.ccalvarez.vercel.app
MIT License
5 stars 1 forks source link

Vuesax Time Tracking

Single-Page Application for logging and reporting daily tasks.

Note: I'm planning to migrate this project to a React PWA application with a Hasura backend, and finish the authentication strategy. I want also to implement the monorepo approach.

Features

Hosting

Backend API

Important

This application uses environment variables as explained in the Vue CLI 3 official guide. To run the application, copy the .env file as .env.local and edit the latter to set appropriate values for the environment variables.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

License

MIT