在iis中,服务器端渲染不适用于角度通用
我提到https://github.com/angular/universal-starter,并已实施在angular5.server端渲染不工作后托管在iis.It是好的localhost:4000
谢谢
使用JavaScriptServices
for ASP.NET
。 它提供:
Microsoft.AspNetCore.SpaTemplates插入到dotnet new中,为Angular 2,Aurelia,Knockout,React和React + Redux应用程序提供项目模板。 Microsoft.AspNetCore.SpaServices是SpaTemplates生成的项目如何在内部工作的。 它为SPA应用程序提供了有用的功能,例如用于Angular和React应用程序的服务器端呈现,以及与Webpack构建中间件的集成。 Microsoft.AspNetCore.NodeServices是SpaServices如何在内部工作的。 它是一个低级库,它为ASP.NET Core应用程序提供了一种快速,强大的方法,可以在服务器上运行任意JavaScript代码。
教程
#服务器端,预渲染
aspnetcore-angular2万能。 运行后,我得到了Child编译失败的错误
@kamalav,我在本地测试它。
要求:确保至少安装了Node 6.x或更高版本(w / npm 3+)! 该存储库使用ASP.Net Core 2.0,它对.NET Core Runtime 2.0.0和.NET Core SDK 2.0.0有着很高的要求。 请从这里安装这些项目
上一篇: server side rendering is not working in angular universal in iis
下一篇: Coldfusion cfhttp with HTTPS not working although all certificates installed