This is a project developed during "Vue3: explorando o framework" course on Alura.
The Alura Tracker allows users to manage their tasks and track the time spent on each activity.
The project is currently live in production. You can access it at https://alura-tracker-fernandams.vercel.app/.
- Node: v21.6.1
- NPM: 10.2.4
- Vue: @vue/cli 5.0.8
Before setting up the project, make sure you have Node.js and npm installed on your machine.
If you haven't installed Vue CLI globally, you can do it running: npm install -g @vue/cli
.
npm install
npm run serve
npm run build
npm run lint