ratiw / vuetable-2-tutorial

MIT License
258 stars 67 forks source link

Module not found #42

Closed filipeluiz closed 7 years ago

filipeluiz commented 7 years ago

Hello,

Please help me the error here:

ERROR in ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/App.vue Module not found: Error: Can't resolve './components/MyVuetable' in '/home/filipe/vuetable/src' @ ./~/babel-loader/lib!./~/vue-loader/lib/selector.js?type=script&index=0!./src/App.vue 12:0-49 @ ./src/App.vue @ ./src/main.js @ multi (webpack)-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/main.js

ratiw commented 7 years ago

@filipeluiz Check the webpack configuration or use vue-cli to create project as in the prerequisite lesson.

filipeluiz commented 7 years ago

thanks ratiw.