From 0e2fb408d4c47fb883b35cae6f1b9e84e37209a2 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Mon, 13 Jun 2016 17:02:56 +0100 Subject: [PATCH] List features in README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f69456f..436ab12 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,15 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge 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 * Samples and docs