diff --git a/.template.config/template.json b/.template.config/template.json new file mode 100644 index 0000000..a917896 --- /dev/null +++ b/.template.config/template.json @@ -0,0 +1,39 @@ +{ + "$schema": "http://json.schemastore.org/template", + "author": "SoftwareAteliers", + "classifications": ["Web", "SPA", "Vue.js"], + "identity": "SoftwareAteliers.AspNetCoreVueStarter", + "name": ".NET Core Vue.js", + "shortName": "vue", + "sourceName": "AspNetCoreVueStarter", + "preferNameDirectory": false, + "primaryOutputs": [{ "path": "AspNetCoreVueStarter.csproj" }], + "sources": [ + { + "source": "./", + "target": "./", + "exclude": [".template.config/**"] + } + ], + "symbols": { + "skipBuild": { + "type": "parameter", + "datatype": "bool", + "description": "If specified, skips the automatic build of the project on create.", + "defaultValue": "false" + } + }, + "postActions": [ + { + "condition": "(!skipBuild)", + "description": "Restore, then build this project.", + "manualInstructions": [ + { + "text": "Run 'dotnet build'" + } + ], + "actionId": "210D431B-A78B-4D2F-B762-4ED3E3EA9025", + "continueOnError": true + } + ] +} diff --git a/SoftwareAteliers.AspNetCoreVueStarter.nuspec b/SoftwareAteliers.AspNetCoreVueStarter.nuspec new file mode 100644 index 0000000..9385777 --- /dev/null +++ b/SoftwareAteliers.AspNetCoreVueStarter.nuspec @@ -0,0 +1,22 @@ + + + + SoftwareAteliers.AspNetCoreVueStarter + 1.0.0 + + ASP.NET Core + Vue.js starter project + + SoftwareAteliers + https://github.com/SoftwareAteliers/asp-net-core-vue-starter + https://github.com/SoftwareAteliers/asp-net-core-vue-starter/blob/master/content/LICENSE + + + + + + + + \ No newline at end of file