Add basic vue structure

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl
2018-11-24 10:17:17 +01:00
parent ed53de4cf1
commit 1e4d663c11
16 changed files with 640 additions and 43 deletions

5
.babelrc Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": [
"@babel/plugin-syntax-dynamic-import"
]
}