process of vueification

This commit is contained in:
2022-01-08 13:12:15 +01:00
parent 4b8e35946e
commit 248a334bf0
19 changed files with 27723 additions and 183 deletions

9
vue.config.js Normal file
View File

@ -0,0 +1,9 @@
module.exports = {
configureWebpack: {
devServer: {
watchOptions: {
ignored: [/node_modules/, /public/, /\.#/],
}
}
}
}