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

@@ -2,5 +2,7 @@
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100
"printWidth": 100,
"useTabs": true,
"tabWidth": 4
}