feat: login component, icon svg symbols, project structure
Showing
This diff was suppressed by a .gitattributes entry.
This diff was suppressed by a .gitattributes entry.
assets/images/bg.jpg
deleted
100644 → 0
This diff was suppressed by a .gitattributes entry.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
client/js/compatibility.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
client/svg/icons.svg
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File moved
| ... | @@ -156,6 +156,7 @@ | ... | @@ -156,6 +156,7 @@ |
| "fuse-box": "2.5.0-beta.1", | "fuse-box": "2.5.0-beta.1", | ||
| "graphql-tag": "^2.6.1", | "graphql-tag": "^2.6.1", | ||
| "i18next-xhr-backend": "1.5.0", | "i18next-xhr-backend": "1.5.0", | ||
| "intl": "1.2.5", | |||
| "jest": "22.0.4", | "jest": "22.0.4", | ||
| "jest-junit": "3.4.1", | "jest-junit": "3.4.1", | ||
| "js-cookie": "2.2.0", | "js-cookie": "2.2.0", | ||
| ... | @@ -178,7 +179,8 @@ | ... | @@ -178,7 +179,8 @@ |
| "vue-template-compiler": "2.5.13", | "vue-template-compiler": "2.5.13", | ||
| "vue-template-es2015-compiler": "1.6.0", | "vue-template-es2015-compiler": "1.6.0", | ||
| "vuex": "3.0.1", | "vuex": "3.0.1", | ||
| "vuex-persistedstate": "2.4.2" | "vuex-persistedstate": "2.4.2", | ||
| "whatwg-fetch": "2.0.3" | |||
| }, | }, | ||
| "jest": { | "jest": { | ||
| "testResultsProcessor": "./node_modules/jest-junit", | "testResultsProcessor": "./node_modules/jest-junit", | ||
| ... | ... |
This diff was suppressed by a .gitattributes entry.
Please
register
or
sign in
to comment