From e4623bb186260bb4ef92e4ec59a35d16e6d5d550 Mon Sep 17 00:00:00 2001 From: Steve Sanderson Date: Mon, 13 Mar 2017 09:32:02 -0700 Subject: [PATCH] Add Vue template to Yeoman generator --- templates/package-builder/src/yeoman/app/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/package-builder/src/yeoman/app/index.ts b/templates/package-builder/src/yeoman/app/index.ts index 64bbe08..1a3f4aa 100644 --- a/templates/package-builder/src/yeoman/app/index.ts +++ b/templates/package-builder/src/yeoman/app/index.ts @@ -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