phonegap-template-vue-f7-blank icon indicating copy to clipboard operation
phonegap-template-vue-f7-blank copied to clipboard

Project Does not run per instructions

Open radiantone opened this issue 6 years ago • 2 comments

When running $ npm run dev

Numerous errors appear. In particular.

ERROR in ./src/main.js Module not found: Error: Can't resolve './app' in '/home/darren/WebstormProjects/CordovaApps/TestApp/src' @ ./src/main.js 16:0-24 25:9-12 @ multi (webpack)-dev-server/client?http://localhost:8080 (webpack)/hot/dev-server.js ./src/main.js

radiantone avatar Jan 31 '19 11:01 radiantone

Same issue here

cccaballero avatar Feb 04 '19 17:02 cccaballero

the issue is because App.vue is imported as './app' instead of './App', this in Windows should be no problem, but in Linux (and maybe MAC) is triggering the error.

cccaballero avatar Feb 04 '19 17:02 cccaballero