Added scripts for start, dev & build.

This commit is contained in:
2020-08-26 00:55:03 +02:00
parent df38c7218b
commit 44f4f5e9aa

View File

@@ -1,4 +1,9 @@
{
"scripts": {
"build": "parcel build index.html",
"dev": "parcel index.html",
"start": "node server.js"
},
"dependencies": {
"browserlist": "^1.0.1",
"vue": "^2.6.11",