feat: Utilizando Vue em um projeto e entendendo estrutura

This commit is contained in:
Amadeu José Andrade Junior
2025-01-09 12:00:09 -03:00
parent 72f6ac55a4
commit 85fd53aec9
17 changed files with 14089 additions and 0 deletions

24
task-tracker/README.md Normal file
View File

@@ -0,0 +1,24 @@
# task-tracker
## 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/).