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