build script changes, vue: from jsx to template

This commit is contained in:
Rene
2019-08-01 21:26:11 +02:00
parent 2b90b89598
commit 3b6630a30a
24 changed files with 592 additions and 285 deletions
@@ -44,6 +44,7 @@
"overlayscrollbars": "^1.9.0"
},
"scripts": {
"setup": "npm i && cd example && npm i && cd ..",
"build": "node build.js",
"example": "cd example && npm start",
"test": "echo \"Error: no test specified\" && exit 1"