vue-cli
This migrates us over to vue-cli with nested single-file components.
You will find the goods in
- src/App.vue
- src/components/instance.vue
- src/components/knowledgeobject.vue
And each of those little lovelies only cares about their own world!
Next thing is to figure out JS import, probably via webpack 'import' which would make sense now.
Edited by Mathew Parker