Basic setup of Axios module + Test Ghibli API connection

This commit is contained in:
2020-12-16 13:17:14 +01:00
parent 80b7c19e27
commit 1278e23aec
4 changed files with 156 additions and 2 deletions

View File

@@ -11,6 +11,7 @@
"test": "jest"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.4",
"core-js": "^3.6.5",
"nuxt": "^2.14.6"
},