tralves / nativescript-vue-rollup-template

A NativeScript template ready to roll with Vue.js and .vue files.
40 stars 4 forks source link

unexpected token < at App.vue #4

Closed krunaldodiya closed 6 years ago

krunaldodiya commented 6 years ago

file:///app/components/App.vue:1: JS ERROR SyntaxError: Unexpected token '<'

seohangyu commented 6 years ago

i have same issue

tralves commented 6 years ago

Please make sure you are running tns debug android/ios inside the tns folder.

I need to get rid of that folder. It confuses a lot of people...

krunaldodiya commented 6 years ago

thanks, finally done inside tns folder :)

seohangyu commented 6 years ago

Are you telling me to remove 'tns folder' and run tns run android?

tralves commented 6 years ago

@seohangyu no! I am telling you to run tns run android inside the tns folder.

That other comment was about future work on this template. The tns folder confuses people. Is want to find a way so that it is no longer necessary.

seohangyu commented 6 years ago

a.. thanks! :D