adding vue web interface

This commit is contained in:
2019-09-01 16:57:14 +02:00
parent 82adf635eb
commit 7cfaba4e53
24 changed files with 12548 additions and 0 deletions

12
web/.babelrc Normal file
View File

@ -0,0 +1,12 @@
{
"presets": [
["env", {
"modules": false,
"targets": {
"browsers": ["> 1%", "last 2 versions", "not ie <= 8"]
}
}],
"stage-2"
],
"plugins": ["transform-vue-jsx", "transform-runtime"]
}