Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fernandams/alura-tracker

Repository with the "Vue3: explorando o framework" course project on Alura.
https://github.com/fernandams/alura-tracker

bulma-css vue3

Last synced: 28 days ago
JSON representation

Repository with the "Vue3: explorando o framework" course project on Alura.

Awesome Lists containing this project

README

        

# Alura Tracker

This is a project developed during ["Vue3: explorando o framework"](https://www.alura.com.br/curso-online-vue3-comecando-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/](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](https://cli.vuejs.org/config/).