1
0
Fork 0

feat(UI) : Working UI.

chore(Build) : Add Babel for build.
chore(Babel) : Add babel configuration.
style(Code) : Enhance code style.
This commit is contained in:
Maxime Wojtczak 2017-05-03 17:28:56 +02:00 committed by Fernandez Ludovic
parent b4f9e3890f
commit 5500658f5a
6 changed files with 680 additions and 468 deletions

3
webui/.babelrc Normal file
View file

@ -0,0 +1,3 @@
{
"presets": ["es2015"]
}