Skip to content

Commit

Permalink
Login page (#22)
Browse files Browse the repository at this point in the history
* Install vuetify

* Color theming vuetify

* Fonts and preliminary icons

* NavigationBar and Footer components

* Login page

* Stacked v-card fix for mobile
  • Loading branch information
pcatkins authored Dec 15, 2023
1 parent 4f2bf45 commit 2ee6188
Show file tree
Hide file tree
Showing 13 changed files with 438 additions and 19 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
"gen-api": "npx openapicmd typegen http://localhost:5120/swagger/v1/swagger.json > src/types/openapi.d.ts"
},
"dependencies": {
"@mdi/font": "^7.3.67",
"axios": "^1.6.2",
"oidc-client-ts": "^2.4.0",
"openapi-client-axios": "^7.4.0",
Expand All @@ -36,6 +37,7 @@
"eslint-plugin-vue": "^9.17.0",
"npm-run-all2": "^6.1.1",
"openapicmd": "^2.0.1",
"sass": "^1.69.5",
"typescript": "~5.2.0",
"vite": "^4.4.11",
"vue-tsc": "^1.8.19"
Expand Down
Loading

0 comments on commit 2ee6188

Please sign in to comment.