You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,15 +9,15 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
9
9
This repo contains:
10
10
11
11
* A set of NuGet/NPM packages that implement functionality for:
12
-
* Invoking arbitrary NPM packages at runtime from .NET code
13
-
* Server-side prerendering of SPA components
14
-
* Webpack dev middleware
15
-
* Hot module replacement (HMR)
16
-
* Server-side and client-side routing integration
12
+
* Invoking arbitrary NPM packages at runtime from .NET code ([docs](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.NodeServices#simple-usage-example))
13
+
* Server-side prerendering of SPA components ([docs](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.SpaServices#server-side-prerendering))
14
+
* Webpack dev middleware ([docs](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.SpaServices#webpack-dev-middleware))
15
+
* Hot module replacement (HMR) ([docs](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.SpaServices#webpack-hot-module-replacement))
16
+
* Server-side and client-side routing integration ([docs](https://github.com/aspnet/JavaScriptServices/tree/master/src/Microsoft.AspNetCore.SpaServices#routing-helper-mapspafallbackroute))
17
17
* Server-side and client-side validation integration
18
18
* "Cache priming" for Angular 2 apps
19
19
* "Lazy loading" for Knockout apps
20
-
* A Yeoman generator that creates preconfigured app starting points
20
+
* A Yeoman generator that creates preconfigured app starting points ([guide](http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/))
21
21
* Samples and docs
22
22
23
23
Everything here is cross-platform, and works with .NET Core 1.0 RC2 or later on Windows, Linux, or OS X.
0 commit comments