Added Bootstrap and Vue I18N; added header and footer components; added language switcher

This commit is contained in:
2026-01-14 17:06:21 -05:00
parent 69912cce08
commit 099d48621b
17 changed files with 446 additions and 32 deletions

View File

@@ -18,8 +18,11 @@
"format": "prettier --write --experimental-cli src/"
},
"dependencies": {
"bootstrap": "^5.3.8",
"bootstrap-vue-next": "^0.42.0",
"pinia": "^3.0.4",
"vue": "^3.5.26",
"vue-i18n": "^11.2.8",
"vue-router": "^4.6.4"
},
"devDependencies": {