diff --git a/client/index.html b/client/index.html index 143557b..d482cdd 100644 --- a/client/index.html +++ b/client/index.html @@ -4,7 +4,7 @@ - Vite + Vue + TS + Kalkulog
diff --git a/client/package.json b/client/package.json index ebbd3fd..7c844f3 100644 --- a/client/package.json +++ b/client/package.json @@ -9,6 +9,8 @@ "preview": "vite preview" }, "dependencies": { + "bulma": "^0.9.4", + "sass": "^1.25.0", "vue": "^3.2.47" }, "devDependencies": { diff --git a/client/src/App.vue b/client/src/App.vue index c3057bd..961954b 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -2,6 +2,7 @@