<!doctype html> <html> <head> </head> <body> <div id="app"> <router-view></router-view> </div> </body> <script src="/dist/build.js"></script> </html>