Add Makefile to setup things

This commit is contained in:
ty kayn
2018-12-17 11:24:26 +01:00
committed by Thomas Citharel
parent ccc623bc31
commit 74ba3e0cb6
5 changed files with 41 additions and 5 deletions

View File

@@ -2,8 +2,8 @@
"name": "mobilizon",
"version": "0.1.0",
"private": true,
"engines" : {
"node" : ">=10.0.0"
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"dev": "vue-cli-service serve",