Init call
This commit is contained in:
8
vue.config.js
Executable file
8
vue.config.js
Executable file
@@ -0,0 +1,8 @@
|
||||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: [
|
||||
'vuetify'
|
||||
],
|
||||
outputDir: 'dist',
|
||||
publicPath: '/home/'
|
||||
})
|
||||
Reference in New Issue
Block a user