Nuxt.js "Enable vuex store by creating store/index.js." エラーの解決方法
Nuxt.js で Enable vuex store by creating store/index.js. エラーが発生したときの解決方法をご紹介します。
<img src=“https://res.cloudinary.com/codenote-net/images/w_auto:100:582,f_auto,q_auto/v1562591707/Nuxt.js/Nuxt-js-png?_i=AA” class=“alignnone title=“Nuxt.js” alt=“Nuxt.js”>
npm run dev 実行時に以下のエラーが発生したので
Nuxt Fatal Error
Enable vuex store by creating store/index.js.
store/index.js を作成するだけで Enable vuex store by creating store/index.js. エラーを解決できます。
touch store/index.js
touch store/index.ts
以上、Nuxt.js Enable vuex store by creating store/index.js. エラーを解決した、現場からお送りしました。