mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 10:08:57 +00:00
11 lines
239 B
Plaintext
Executable File
11 lines
239 B
Plaintext
Executable File
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<div id="react-app" asp-prerender-module="ReactApp/boot-server"></div>
|
|
|
|
@section scripts {
|
|
<script src="/dist/vendor.bundle.js"></script>
|
|
<script src="/dist/main.js"></script>
|
|
}
|