Removes component template code from index.html and puts this into separate template files in templates/, mainly through the use of vue async components and router lazy loading
Separates the single file javascript code into several files to create structure, all remaining in the global scope and being run in order from index.html
Updates setup to add templates/ to application data
This PR:
index.html
and puts this into separate template files intemplates/
, mainly through the use of vue async components and router lazy loadingindex.html
templates/
to application data