List features in README.md

This commit is contained in:
SteveSandersonMS
2016-06-13 17:02:56 +01:00
parent abe5df2824
commit 0e2fb408d4

View File

@@ -8,7 +8,15 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge
This repo contains: This repo contains:
* A set of NuGet/NPM packages that implement the functionality * A set of NuGet/NPM packages that implement functionality for:
* Invoking arbitrary NPM packages at runtime from .NET code
* Server-side prerendering of SPA components
* Webpack dev middleware
* Hot module replacement (HMR)
* Server-side and client-side routing integration
* Server-side and client-side validation integration
* "Cache priming" for Angular 2 apps
* "Lazy loading" for Knockout apps
* A Yeoman generator that creates preconfigured app starting points * A Yeoman generator that creates preconfigured app starting points
* Samples and docs * Samples and docs