aspnetcore/samples/react/ReactGrid/Views/Home/Index.cshtml

7 lines
208 B
Plaintext
Executable File

<div id="react-app" asp-prerender-module="ReactApp/boot-server.jsx"
asp-prerender-webpack-config="webpack.config.js"></div>
@section scripts {
<script src="/dist/main.js"></script>
}