mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
10 lines
216 B
Plaintext
10 lines
216 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div id="react-app" asp-prerender-module="ClientApp/boot-server">Loading...</div>
|
|
|
|
@section scripts {
|
|
<script src="~/dist/main.js" asp-append-version="true"></script>
|
|
}
|