-
Notifications
You must be signed in to change notification settings - Fork 357
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3a1b533
commit dc116ff
Showing
7 changed files
with
58 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Nodejs/Product/Nodejs/ProjectTemplates/TypeScriptVuejsApp/TypeScriptVuejsApp.vstemplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 10 additions & 7 deletions
17
Nodejs/Product/Nodejs/ProjectTemplates/VuejsApp/VuejsApp.njsproj
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
Nodejs/Product/Nodejs/ProjectTemplates/VuejsApp/VuejsApp.vstemplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...s/Product/Nodejs/Templates/Files/JavaScriptVueComponent/JavaScriptVueComponent.vstemplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"> | ||
<TemplateData> | ||
<Name Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4007"/> | ||
<Description Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4008"/> | ||
<Name Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4013"/> | ||
<Description Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4014"/> | ||
<Icon Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="415"/> | ||
<ProjectType>Node.js</ProjectType> | ||
<DefaultName>component.vue</DefaultName> | ||
<SortOrder>200</SortOrder> | ||
</TemplateData> | ||
<TemplateContent> | ||
<ProjectItem SubType="Code" TargetFileName="$fileinputname$.$fileinputextension$" ReplaceParameters="true">JavaScriptVueComponent.vue</ProjectItem> | ||
<ProjectItem SubType="Code" TargetFileName="$fileinputname$.$fileinputextension$">JavaScriptVueComponent.vue</ProjectItem> | ||
</TemplateContent> | ||
</VSTemplate> |
6 changes: 3 additions & 3 deletions
6
...s/Product/Nodejs/Templates/Files/TypeScriptVueComponent/TypeScriptVueComponent.vstemplate
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
<VSTemplate Version="3.0.0" Type="Item" xmlns="http://schemas.microsoft.com/developer/vstemplate/2005"> | ||
<TemplateData> | ||
<Name Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4005"/> | ||
<Description Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4006"/> | ||
<Name Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4011"/> | ||
<Description Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="4012"/> | ||
<Icon Package="{FE8A8C3D-328A-476D-99F9-2A24B75F8C7F}" ID="415"/> | ||
<ProjectType>Node.js</ProjectType> | ||
<DefaultName>component.vue</DefaultName> | ||
<SortOrder>200</SortOrder> | ||
</TemplateData> | ||
<TemplateContent> | ||
<ProjectItem SubType="Code" TargetFileName="$fileinputname$.$fileinputextension$" ReplaceParameters="true">TypeScriptVueComponent.vue</ProjectItem> | ||
<ProjectItem SubType="Code" TargetFileName="$fileinputname$.$fileinputextension$">TypeScriptVueComponent.vue</ProjectItem> | ||
</TemplateContent> | ||
</VSTemplate> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters