Skip to content

Commit bbfc2a1

Browse files
authored
Merge pull request #67 from dnohashi/image
save works
2 parents 751de2f + 211c8d7 commit bbfc2a1

File tree

8 files changed

+1979
-2973
lines changed

8 files changed

+1979
-2973
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,14 @@ yarn-error.log*
2121
*.ntvs*
2222
*.njsproj
2323
*.sln
24+
25+
#amplify
26+
amplify/\#current-cloud-backend
27+
amplify/.config/local-*
28+
amplify/backend/amplify-meta.json
29+
amplify/backend/awscloudformation
30+
build/
31+
dist/
32+
node_modules/
33+
aws-exports.js
34+
awsconfiguration.json

package-lock.json

Lines changed: 1457 additions & 2435 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
},
1919
"dependencies": {
2020
"@quasar/extras": "^1.0.0",
21+
"aws-amplify": "^1.1.30",
22+
"aws-amplify-vue": "^0.2.13",
23+
"aws-appsync": "^1.8.1",
2124
"lodash": ">=4.17.13",
2225
"fs-extra": "^8.1.0",
2326
"localforage": "^1.7.3",

0 commit comments

Comments
 (0)