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' }