(doc) update README.md and client package.json

- specify nodejs version
- clearer setup process
- cleanup of phoenix doc artifacts
- prioritize manual install
This commit is contained in:
Rigel Kent
2018-12-11 18:39:23 +01:00
parent 7cee8c2231
commit 8feb6627c5
2 changed files with 30 additions and 32 deletions

View File

@@ -2,6 +2,9 @@
"name": "mobilizon",
"version": "0.1.0",
"private": true,
"engines" : {
"node" : ">=11.4.0"
},
"scripts": {
"dev": "vue-cli-service serve",
"build": "vue-cli-service build --modern",