Add navbar

This commit is contained in:
2023-01-14 15:27:48 +01:00
parent 0d7c5309a2
commit 3a078e0195
11 changed files with 1478 additions and 125 deletions

View File

@ -10,6 +10,7 @@
"type-check": "vue-tsc --noEmit"
},
"dependencies": {
"flowbite": "^1.6.2",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
@ -17,7 +18,10 @@
"@types/node": "^18.11.12",
"@vitejs/plugin-vue": "^4.0.0",
"@vue/tsconfig": "^0.1.3",
"autoprefixer": "^10.4.13",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4",
"typescript": "~4.7.4",
"vite": "^4.0.0",
"vue-tsc": "^1.0.12"