How to Access Vue-Loader Components in an HTML File
问题 I would like to use the modular style and file format of Vue Loader (i.e., where I have a template section, script section and style section in each .vue file). What I can't figure out how to do (or if it is even possible to do) is use my custom templates in an html file. For instance, in the App.vue file I can use the following code: <template> <div id="app"> <message>Hello there</message> </div> </template> This will work to display a custom message component on the home page. What I would