Dockerised, ready to deploy

This commit is contained in:
Dean Bartok-Thomas
2019-08-20 13:39:10 +01:00
parent 4007a10077
commit 99c129980b
4 changed files with 98 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",
"docker:serve": "vue-cli-service serve --port 8080",
"build:prod": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",