Include AureliaSpa in generator-aspnetcore-spa

This commit is contained in:
SteveSandersonMS
2016-10-28 15:36:09 +01:00
parent 4b507004b1
commit dfcaae6fda
5 changed files with 260 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ const optionOrPrompt: YeomanPrompt = require('yeoman-option-or-prompt');
const templates = [
{ value: 'angular-2', name: 'Angular 2' },
{ value: 'aurelia', name: 'Aurelia' },
{ value: 'knockout', name: 'Knockout' },
{ value: 'react', name: 'React' },
{ value: 'react-redux', name: 'React with Redux' }

View File

@@ -1,6 +1,6 @@
{
"name": "generator-aspnetcore-spa",
"version": "0.3.10",
"version": "0.4.0",
"description": "Single-Page App templates for ASP.NET Core",
"author": "Microsoft",
"license": "Apache-2.0",