Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1018 Bytes

README.md

File metadata and controls

39 lines (28 loc) · 1018 Bytes

Alura Tracker

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/.

Requirements used during development

  • 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.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.