phonegap / phonegap-template-vue-f7-blank

A blank PhoneGap template using Vue.js and Framework7
Apache License 2.0
33 stars 14 forks source link

Project Does not run per instructions #34

Open radiantone opened 5 years ago

radiantone commented 5 years ago

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

cccaballero commented 5 years ago

Same issue here

cccaballero commented 5 years ago

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.