Add server-side rendering (via bundleRenderer, as this is what the Vue docs recommend, and apparently the only way it does encapsulation)

This commit is contained in:
Steve Sanderson
2017-03-10 10:51:47 +00:00
parent 360688f78b
commit 119b274c19
14 changed files with 117 additions and 51 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="container-fluid">
<div id='app-root' class="container-fluid">
<div class="row">
<div class="col-sm-3">
<menu-component />
@@ -9,7 +9,6 @@
</div>
</div>
</div>
</template>
<script src="./app.ts"></script>