feat: first tool base

This commit is contained in:
Corentin Thomasset 2021-02-06 11:14:28 +01:00
parent b0e232bc77
commit 02dafd6a2f
No known key found for this signature in database
GPG key ID: DBD997E935996158
15 changed files with 326 additions and 168 deletions

View file

@ -16,7 +16,8 @@
"@nuxtjs/axios": "^5.12.2",
"@nuxtjs/pwa": "^3.0.2",
"core-js": "^3.6.5",
"nuxt": "^2.14.6"
"nuxt": "^2.14.6",
"vuetify-toast-snackbar": "^0.6.1"
},
"devDependencies": {
"@nuxt/types": "^2.14.6",
@ -36,8 +37,8 @@
"jest": "^26.5.0",
"less": "^4.0.0",
"less-loader": "^7.1.0",
"nuxt-property-decorator": "^2.9.1",
"ts-jest": "^26.4.1",
"vue-jest": "^3.0.4",
"vue-property-decorator": "^9.1.2"
"vue-jest": "^3.0.4"
}
}