Vue - Tutorial issue with Windows 10

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

why does it have three dots .../imports/ui/App.vue ? That is not a valid path.

Sorry that a typo - I’ve been trying as many ways as possible…
I’m about to try on my Mac - will report back.
Regards, Dave