Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e4623bb

Browse filesBrowse files
Add Vue template to Yeoman generator
1 parent c6a0898 commit e4623bb
Copy full SHA for e4623bb

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Filter options
  • templates/package-builder/src/yeoman/app
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: templates/package-builder/src/yeoman/app/index.ts
+2-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.