mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-23 01:58:29 +00:00
Add Vue template to Yeoman generator
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user