Add Vue template to Yeoman generator
This commit is contained in:
parent
c6a089880c
commit
e4623bb186
|
|
@ -48,7 +48,8 @@ const templates: TemplateConfig[] = [
|
||||||
{ value: 'aurelia', rootDir: 'aurelia', name: 'Aurelia', tests: false },
|
{ value: 'aurelia', rootDir: 'aurelia', name: 'Aurelia', tests: false },
|
||||||
{ value: 'knockout', rootDir: 'knockout', name: 'Knockout', tests: false },
|
{ value: 'knockout', rootDir: 'knockout', name: 'Knockout', tests: false },
|
||||||
{ value: 'react', rootDir: 'react', name: 'React', 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
|
// Once everyone is on .csproj-compatible tooling, we might be able to remove the global.json files and eliminate
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue