Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fernandams/alura-tracker
- Owner: fernandams
- Created: 2024-02-07T21:15:14.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-05T21:58:34.000Z (10 months ago)
- Last Synced: 2024-10-16T19:06:35.051Z (3 months ago)
- Topics: bulma-css, vue3
- Language: Vue
- Homepage: https://alura-tracker-fernandams.vercel.app
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.8Before 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/).