[broken] bumping vue/vuetify/vuex/...

This commit is contained in:
msramalho
2024-10-29 11:41:23 +00:00
parent 9382e71270
commit 1a0e32a640
8 changed files with 5706 additions and 2577 deletions

View File

@@ -6,17 +6,17 @@ yarn install
```
### Compiles and hot-reloads for development
```
```bash
yarn serve
```
### Compiles and minifies for production
```
```bash
yarn build
```
### Lints and fixes files
```
```bash
yarn lint
```