Added vuetify + test button, Added linter and format on save

This commit is contained in:
Dominic Villemure
2024-02-25 23:16:25 -05:00
parent 675f180034
commit 637ba69958
16 changed files with 1474 additions and 281 deletions

View File

@@ -12,13 +12,16 @@
"axios": "^1.6.7",
"pinia": "^2.1.7",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
"vue-router": "^4.2.5",
"vuetify": "^3.5.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.3",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.22.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11"
}
}
}