Hi everyone,
With the new released and some focus on Vue I thought I would work through the Vue Simple-ToDos tutorial.
But I get stuck - this line:
import App from ‘…/imports/ui/App.vue’;
is generating:
Error: Cannot find module ‘…/imports/ui/App.vue’
in the console.
Done a fair bit of research - and it maybe something to do with the /u being interpreted as an escaped code - but I’m unsure - I changed the directory name but still the same error!
Any thoughts ?
TIA, Dave