質問編集履歴
7
wd
title
CHANGED
File without changes
|
body
CHANGED
@@ -141,4 +141,4 @@
|
|
141
141
|
[https://github.com/GILD-MasayaGoto/iwamoto-lease](https://github.com/GILD-MasayaGoto/iwamoto-lease)
|
142
142
|
|
143
143
|
## nuxtを実行しているnodeコンテナからcurlで疎通確認
|
144
|
-

|
6
ede
title
CHANGED
File without changes
|
body
CHANGED
@@ -138,4 +138,7 @@
|
|
138
138
|
dockerとapiとclientでリポジトリ分けていますが、確認用に公開しています。
|
139
139
|
3ステップで確認できます。
|
140
140
|
|
141
|
-
[https://github.com/GILD-MasayaGoto/iwamoto-lease](https://github.com/GILD-MasayaGoto/iwamoto-lease)
|
141
|
+
[https://github.com/GILD-MasayaGoto/iwamoto-lease](https://github.com/GILD-MasayaGoto/iwamoto-lease)
|
142
|
+
|
143
|
+
## nuxtを実行しているnodeコンテナからcurlで疎通確認
|
144
|
+

|
5
rf
title
CHANGED
File without changes
|
body
CHANGED
@@ -138,4 +138,4 @@
|
|
138
138
|
dockerとapiとclientでリポジトリ分けていますが、確認用に公開しています。
|
139
139
|
3ステップで確認できます。
|
140
140
|
|
141
|
-
https://github.com/GILD-MasayaGoto/iwamoto-lease
|
141
|
+
[https://github.com/GILD-MasayaGoto/iwamoto-lease](https://github.com/GILD-MasayaGoto/iwamoto-lease)
|
4
cdr
title
CHANGED
File without changes
|
body
CHANGED
@@ -130,4 +130,12 @@
|
|
130
130
|
* [JavaScript Promiseの本](https://azu.github.io/promises-book/)
|
131
131
|
* [Promiseとasync-awaitの例外処理を完全に理解しよう](https://web.archive.org/web/20171227042008/https://qiita.com/gaogao_9/items/40babdf63c73a491acbb)
|
132
132
|
* [JavaScriptは如何にしてAsync/Awaitを獲得したのか Qiita版](https://web.archive.org/web/20170905115052/http://qiita.com/gaogao_9/items/5417d01b4641357900c7)
|
133
|
-
* [ここが変だよ Nuxt.js: No.3 axions の設定、SSR のためのデータのフェッチ](https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch)
|
133
|
+
* [ここが変だよ Nuxt.js: No.3 axions の設定、SSR のためのデータのフェッチ](https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch)
|
134
|
+
|
135
|
+
|
136
|
+
## 追記
|
137
|
+
|
138
|
+
dockerとapiとclientでリポジトリ分けていますが、確認用に公開しています。
|
139
|
+
3ステップで確認できます。
|
140
|
+
|
141
|
+
https://github.com/GILD-MasayaGoto/iwamoto-lease
|
3
ede
title
CHANGED
File without changes
|
body
CHANGED
@@ -126,8 +126,8 @@
|
|
126
126
|
|
127
127
|
以下参考にしましたが、あまり理解できず。。。
|
128
128
|
|
129
|
-
[async/await 入門(JavaScript)](https://qiita.com/soarflat/items/1a9613e023200bbebcb3)
|
129
|
+
* [async/await 入門(JavaScript)](https://qiita.com/soarflat/items/1a9613e023200bbebcb3)
|
130
|
-
[JavaScript Promiseの本](https://azu.github.io/promises-book/)
|
130
|
+
* [JavaScript Promiseの本](https://azu.github.io/promises-book/)
|
131
|
-
[Promiseとasync-awaitの例外処理を完全に理解しよう](https://web.archive.org/web/20171227042008/https://qiita.com/gaogao_9/items/40babdf63c73a491acbb)
|
131
|
+
* [Promiseとasync-awaitの例外処理を完全に理解しよう](https://web.archive.org/web/20171227042008/https://qiita.com/gaogao_9/items/40babdf63c73a491acbb)
|
132
|
-
[JavaScriptは如何にしてAsync/Awaitを獲得したのか Qiita版](https://web.archive.org/web/20170905115052/http://qiita.com/gaogao_9/items/5417d01b4641357900c7)
|
132
|
+
* [JavaScriptは如何にしてAsync/Awaitを獲得したのか Qiita版](https://web.archive.org/web/20170905115052/http://qiita.com/gaogao_9/items/5417d01b4641357900c7)
|
133
|
-
[ここが変だよ Nuxt.js: No.3 axions の設定、SSR のためのデータのフェッチ](https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch)
|
133
|
+
* [ここが変だよ Nuxt.js: No.3 axions の設定、SSR のためのデータのフェッチ](https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch)
|
2
d
title
CHANGED
File without changes
|
body
CHANGED
@@ -126,8 +126,8 @@
|
|
126
126
|
|
127
127
|
以下参考にしましたが、あまり理解できず。。。
|
128
128
|
|
129
|
-
https://qiita.com/soarflat/items/1a9613e023200bbebcb3
|
129
|
+
[async/await 入門(JavaScript)](https://qiita.com/soarflat/items/1a9613e023200bbebcb3)
|
130
|
-
https://azu.github.io/promises-book/
|
130
|
+
[JavaScript Promiseの本](https://azu.github.io/promises-book/)
|
131
|
-
https://web.archive.org/web/20171227042008/https://qiita.com/gaogao_9/items/40babdf63c73a491acbb
|
131
|
+
[Promiseとasync-awaitの例外処理を完全に理解しよう](https://web.archive.org/web/20171227042008/https://qiita.com/gaogao_9/items/40babdf63c73a491acbb)
|
132
|
-
https://web.archive.org/web/20170905115052/http://qiita.com/gaogao_9/items/5417d01b4641357900c7
|
132
|
+
[JavaScriptは如何にしてAsync/Awaitを獲得したのか Qiita版](https://web.archive.org/web/20170905115052/http://qiita.com/gaogao_9/items/5417d01b4641357900c7)
|
133
|
-
https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch
|
133
|
+
[ここが変だよ Nuxt.js: No.3 axions の設定、SSR のためのデータのフェッチ](https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch)
|
1
え
title
CHANGED
File without changes
|
body
CHANGED
@@ -121,4 +121,13 @@
|
|
121
121
|
docker内ではなく、PC側でyarn devしたサーバー(localhost:3000)からasync/awaitで通信すると正常に動作します。
|
122
122
|
|
123
123
|
@nuxtjs/axios側でなにか設定するか、nginxの設定かとは思うのですが解決策がわからず
|
124
|
-
docker側でもasync/awaitを使える状態まで持っていきたいです。
|
124
|
+
docker側でもasync/awaitを使える状態まで持っていきたいです。
|
125
|
+
|
126
|
+
|
127
|
+
以下参考にしましたが、あまり理解できず。。。
|
128
|
+
|
129
|
+
https://qiita.com/soarflat/items/1a9613e023200bbebcb3
|
130
|
+
https://azu.github.io/promises-book/
|
131
|
+
https://web.archive.org/web/20171227042008/https://qiita.com/gaogao_9/items/40babdf63c73a491acbb
|
132
|
+
https://web.archive.org/web/20170905115052/http://qiita.com/gaogao_9/items/5417d01b4641357900c7
|
133
|
+
https://uncle-javascript.com/weird-nuxt-3-axios-data-fetch
|