I'm trying to quickly learn Vue so I can do some quick hacking for a front end we need for internal use.
I'm following the Vue.js v2 guide specifically the Introduction and I have been implementing the examples one after the other on that page. All work fine when I throw them in an Apache2 folder until I got to app7 which has the first reference to a Vue component.
That example simply doesn't work - the tag <todo-item></todo-item> which is defined by that component simply doesn't show up, the page is empty.
What else do I have to do?