Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit e4623bb

Browse files
Add Vue template to Yeoman generator
1 parent c6a0898 commit e4623bb

File tree

1 file changed

+2
-1
lines changed
  • templates/package-builder/src/yeoman/app

1 file changed

+2
-1
lines changed

templates/package-builder/src/yeoman/app/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ const templates: TemplateConfig[] = [
4848
{ value: 'aurelia', rootDir: 'aurelia', name: 'Aurelia', tests: false },
4949
{ value: 'knockout', rootDir: 'knockout', name: 'Knockout', tests: false },
5050
{ value: 'react', rootDir: 'react', name: 'React', tests: false },
51-
{ value: 'react-redux', rootDir: 'react-redux', name: 'React with Redux', tests: false }
51+
{ value: 'react-redux', rootDir: 'react-redux', name: 'React with Redux', tests: false },
52+
{ value: 'vue', rootDir: 'vue', name: 'Vue', tests: false }
5253
];
5354

5455
// Once everyone is on .csproj-compatible tooling, we might be able to remove the global.json files and eliminate

0 commit comments

Comments
 (0)