feat: login component, icon svg symbols, project structure

This commit is contained in:
NGPixel
2017-12-30 02:00:49 -05:00
parent 2d5a3203db
commit 8b30d31457
37 changed files with 858 additions and 23299 deletions

View File

@@ -156,6 +156,7 @@
"fuse-box": "2.5.0-beta.1",
"graphql-tag": "^2.6.1",
"i18next-xhr-backend": "1.5.0",
"intl": "1.2.5",
"jest": "22.0.4",
"jest-junit": "3.4.1",
"js-cookie": "2.2.0",
@@ -178,7 +179,8 @@
"vue-template-compiler": "2.5.13",
"vue-template-es2015-compiler": "1.6.0",
"vuex": "3.0.1",
"vuex-persistedstate": "2.4.2"
"vuex-persistedstate": "2.4.2",
"whatwg-fetch": "2.0.3"
},
"jest": {
"testResultsProcessor": "./node_modules/jest-junit",