aboutsummaryrefslogtreecommitdiff
path: root/hsm-web/Client/vue.config.js
diff options
context:
space:
mode:
authorPaul Oliver <contact@pauloliver.dev>2026-01-02 08:28:01 +0000
committerPaul Oliver <contact@pauloliver.dev>2026-01-02 08:28:01 +0000
commit43af089b3588b6fd29a1b09be9874054e0291c5e (patch)
treee89ec99e4045e74269de6289db8533f41944cedb /hsm-web/Client/vue.config.js
parent62fce45039b0b8ab3d9d42b69a000fec00e1d35e (diff)
Adds scaffolding for Vue.js frontend
Diffstat (limited to 'hsm-web/Client/vue.config.js')
-rw-r--r--hsm-web/Client/vue.config.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/hsm-web/Client/vue.config.js b/hsm-web/Client/vue.config.js
new file mode 100644
index 0000000..910e297
--- /dev/null
+++ b/hsm-web/Client/vue.config.js
@@ -0,0 +1,4 @@
+const { defineConfig } = require('@vue/cli-service')
+module.exports = defineConfig({
+ transpileDependencies: true
+})