Add README.md for generator-aspnetcore-spa. Fixes #308.

This commit is contained in:
SteveSandersonMS
2016-09-27 11:05:01 +01:00
parent 46906e4ea8
commit 85eba9ca27

View File

@@ -0,0 +1,12 @@
Generates ASP.NET Core projects for single-page applications.
Can generate projects with:
* Angular 2
* Knockout
* React
* React with Redux
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/).
To learn more about the underlying technologies, or to report any issues, see [this project's GitHub repo](https://github.com/aspnet/JavaScriptServices).