質問編集履歴
4
リポジトリの変更
title
CHANGED
File without changes
|
body
CHANGED
@@ -283,7 +283,7 @@
|
|
283
283
|
```
|
284
284
|
|
285
285
|
**その他のソースコードは**
|
286
|
-
**[https://github.com/skytomo221/otamashelf](https://github.com/skytomo221/otamashelf
|
286
|
+
**[https://github.com/skytomo221/otamashelf](https://github.com/skytomo221/otamashelf)**
|
287
287
|
**に公開しています。**
|
288
288
|
|
289
289
|
### 試したこと
|
3
ファイル名の間違い
title
CHANGED
File without changes
|
body
CHANGED
@@ -333,7 +333,7 @@
|
|
333
333
|
</html>
|
334
334
|
```
|
335
335
|
|
336
|
-
一方で、dist/
|
336
|
+
一方で、dist/index.htmlでは
|
337
337
|
|
338
338
|
```html
|
339
339
|
<!DOCTYPE html>
|
2
エラーミス
title
CHANGED
File without changes
|
body
CHANGED
@@ -291,7 +291,7 @@
|
|
291
291
|
最初は
|
292
292
|
|
293
293
|
```
|
294
|
-
|
294
|
+
Not allowed to load local resource: file:///.../product/win-unpacked/resources/app.asar/index.html
|
295
295
|
```
|
296
296
|
|
297
297
|
というようなエラーが表示されており、
|
1
微調整
title
CHANGED
File without changes
|
body
CHANGED
@@ -9,7 +9,7 @@
|
|
9
9
|
白い画面が出てきますが、
|
10
10
|
それ以外、何も表示されません。
|
11
11
|
|
12
|
-
また、Ctrl+Shift+Iを押して、コンソールを
|
12
|
+
また、Ctrl+Shift+Iを押して、コンソールでどのようなエラーを吐いているか確認しましたが、
|
13
13
|
エラーが全く出ていません。
|
14
14
|
|
15
15
|
一応ビルド結果を示します。
|