bate's blog

調べたこと実装したことなどを取りとめもなく書きます。

vue

npm run buildでビルド済みのindex.htmlが見つからない時

vue

config/index.js にある下記を確認しましょう。 index: path.resolve(__dirname, '../dist/index.html'), assetsRoot: path.resolve(__dirname, '../dist'),