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.
This commit is contained in:
Ashley Grant
2017-05-09 13:17:25 -04:00
committed by Steve Sanderson
parent f2260d572f
commit d016950e50

View File

@@ -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: `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. - Build your client-side resources using Webpack.
- Execute JavaScript on the server at runtime. - Execute JavaScript on the server at runtime.