Add fruit-api

This commit is contained in:
2020-12-03 19:04:21 +01:00
parent 36bf9b477d
commit 71bf192289
3 changed files with 622 additions and 27 deletions

View File

@@ -7,10 +7,12 @@
"build": "vue-cli-service build",
"test:unit": "vue-cli-service test:unit",
"test:e2e": "vue-cli-service test:e2e",
"lint": "vue-cli-service lint"
"lint": "vue-cli-service lint",
"api": "fruit-api"
},
"dependencies": {
"core-js": "^3.6.5",
"fruit-api": "^1.1.3",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"