sample routes + first landing page and routing logic

This commit is contained in:
2021-02-24 21:00:27 +01:00
parent 9958fed045
commit 3e92597a56
8 changed files with 458 additions and 43 deletions

View File

@@ -10,17 +10,18 @@
"got": "^11.8.1",
"redaxios": "^0.4.1",
"toastify-js": "^1.9.3",
"vue": "^3.0.5"
"vue": "^3.0.5",
"vue-router": "4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.0.4",
"@vitejs/plugin-vue": "^1.1.4",
"@vue/compiler-sfc": "^3.0.5",
"autoprefixer": "^10.2.4",
"postcss": "^8.2.6",
"release-it": "^14.4.1",
"tailwindcss": "^2.0.3",
"vite": "^2.0.0-beta.7",
"vite-plugin-windicss": "^0.1.16"
"vite": "^2.0.2",
"vite-plugin-windicss": "^0.5.0"
},
"release-it": {
"git": {