Files
JavaScriptServices/templates/VueSpa/Views/Home/Index.cshtml
Steve Sanderson beace263fc Add Vue template
2017-03-10 12:05:41 +00:00

10 lines
156 B
Plaintext

@{
ViewData["Title"] = "Home Page";
}
<app>Loading...</app>
@section scripts {
<script src="~/dist/main.js" asp-append-version="true"></script>
}