mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
11 lines
255 B
Plaintext
11 lines
255 B
Plaintext
@{
|
|
ViewData["Title"] = "Home Page";
|
|
}
|
|
|
|
<app asp-prerender-module="ClientApp/boot-server"
|
|
asp-prerender-webpack-config="webpack.config.js">Loading...</app>
|
|
|
|
@section scripts {
|
|
<script src="~/dist/main.js" asp-append-version="true"></script>
|
|
}
|