Make it easier to start n8n in development mode

This commit is contained in:
Jan Oberhauser
2019-08-14 12:13:43 +02:00
parent 7cd563183a
commit 84ba4dec06
8 changed files with 10 additions and 4 deletions

View File

@@ -12,9 +12,10 @@
"url": "git+https://github.com/n8n-io/n8n.git"
},
"scripts": {
"serve": "VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
"build": "vue-cli-service build",
"dev": "npm run serve",
"lint": "vue-cli-service lint",
"serve": "VUE_APP_URL_BASE_API=http://localhost:5678/ vue-cli-service serve",
"tslint": "tslint -p tsconfig.json -c tslint.json",
"test:e2e": "vue-cli-service test:e2e",
"test:unit": "vue-cli-service test:unit"