Add Vue template to Yeoman generator

This commit is contained in:
Steve Sanderson
2017-03-13 09:32:02 -07:00
parent c6a089880c
commit e4623bb186

View File

@@ -48,7 +48,8 @@ const templates: TemplateConfig[] = [
{ value: 'aurelia', rootDir: 'aurelia', name: 'Aurelia', tests: false },
{ value: 'knockout', rootDir: 'knockout', name: 'Knockout', tests: false },
{ value: 'react', rootDir: 'react', name: 'React', tests: false },
{ value: 'react-redux', rootDir: 'react-redux', name: 'React with Redux', tests: false }
{ value: 'react-redux', rootDir: 'react-redux', name: 'React with Redux', tests: false },
{ value: 'vue', rootDir: 'vue', name: 'Vue', tests: false }
];
// Once everyone is on .csproj-compatible tooling, we might be able to remove the global.json files and eliminate