Init call

This commit is contained in:
edsea
2025-07-18 02:16:18 +02:00
commit a65ccc4218
40 changed files with 100424 additions and 0 deletions

8
vue.config.js Executable file
View File

@@ -0,0 +1,8 @@
const { defineConfig } = require('@vue/cli-service')
module.exports = defineConfig({
transpileDependencies: [
'vuetify'
],
outputDir: 'dist',
publicPath: '/home/'
})