Right, that's the first quater done

This commit is contained in:
Alicia Sykes
2019-07-20 21:50:29 +01:00
parent cbd0d714be
commit b7b8addd83
9 changed files with 210 additions and 51 deletions

View File

@@ -3,13 +3,16 @@
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"start":"node server",
"dev": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"connect": "^3.7.0",
"core-js": "^2.6.5",
"register-service-worker": "^1.6.2",
"serve-static": "^1.14.1",
"vue": "^2.6.10",
"vue-router": "^3.0.3"
},