mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<app>Loading...</app>
|
|
|
|
<script src="~/dist/vendor.js" asp-append-version="true"></script>
|
|
@section scripts {
|
|
<script src="~/dist/main.js" asp-append-version="true"></script>
|
|
}
|