From d8143e260331163faad8f4e05a29d8261d53cdad Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Tue, 14 Mar 2017 17:07:42 -0700 Subject: [PATCH] Update Yeoman package README --- templates/package-builder/src/yeoman/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/package-builder/src/yeoman/README.md b/templates/package-builder/src/yeoman/README.md index ff3fd84..fc87aa2 100644 --- a/templates/package-builder/src/yeoman/README.md +++ b/templates/package-builder/src/yeoman/README.md @@ -2,12 +2,13 @@ Generates ASP.NET Core projects for single-page applications. Can generate projects with: - * Angular 2 + * Angular * Aurelia * Knockout * React * React with Redux + * Vue -For more information about features and usage, see [this blog post](http://blog.stevensanderson.com/2016/05/02/angular2-react-knockout-apps-on-aspnet-core/). +For more information about features and usage, see [this blog post](https://blogs.msdn.microsoft.com/webdev/2017/02/14/building-single-page-applications-on-asp-net-core-with-javascriptservices/). To learn more about the underlying technologies, or to report any issues, see [this project's GitHub repo](https://github.com/aspnet/JavaScriptServices).