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

9
web/.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true