mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 10:40:23 +00:00
11 lines
291 B
Plaintext
11 lines
291 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div aurelia-app="boot">Loading...</div>
|
|
|
|
@section scripts {
|
|
<script type="text/javascript" src="~/dist/vendor.js" asp-append-version="true"></script>
|
|
<script type="text/javascript" src="~/dist/app.js" asp-append-version="true"></script>
|
|
}
|