1
0

Add missing files for Vue frontend

Don't add files to the staging area while IntelliJ is indexing, I guess.
This commit is contained in:
Tim Weber
2019-04-03 17:58:44 +02:00
parent 8799cc86e9
commit cdde4db66c
2 changed files with 15 additions and 0 deletions

5
vue/babel.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
};