From 99bae90def5fadea4483496e54b09278e41ff9a2 Mon Sep 17 00:00:00 2001 From: "D. Scott Boggs" Date: Sun, 11 Jun 2023 09:07:28 -0400 Subject: [PATCH] Install bulma --- client/index.html | 2 +- client/package.json | 2 + client/src/App.vue | 1 + client/src/main.ts | 3 +- client/src/style.scss | 0 client/yarn.lock | 118 +++++++++++++++++++++++++++++++++++++++++- 6 files changed, 123 insertions(+), 3 deletions(-) create mode 100644 client/src/style.scss 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 @@