1
0

Added basic classes to handle http/auth/routing

This commit is contained in:
kolaente
2018-09-06 19:46:09 +02:00
parent f5f5c6f79c
commit fe86ce2fa8
8 changed files with 167 additions and 20 deletions

View File

@ -8,12 +8,15 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"bulma": "^0.7.1",
"vue": "^2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-service": "^3.0.1",
"axios": "^0.18.0",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {