From d016950e506e9c944096ad618d89a5108ce77ba6 Mon Sep 17 00:00:00 2001 From: Ashley Grant Date: Tue, 9 May 2017 13:17:25 -0400 Subject: [PATCH] Add Aurelia and Vue to framework list Doing this due to a Stack Overflow question where a dev thought this project doesn't support Aurelia simply b/c this Readme file didn't include it. Went ahead and added Vue as well for completeness. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3dbb3ed..23e28ee 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project is part of ASP.NET Core. You can find samples, documentation and ge `JavaScriptServices` is a set of client-side technologies for ASP.NET Core. It provides infrastructure that you'll find useful if you: -- Use Angular 2 / React / Knockout / etc. +- Use Angular 2 / React / Vue / Aurelia / Knockout / etc. - Build your client-side resources using Webpack. - Execute JavaScript on the server at runtime.