-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathAspDotnetVueJs.nuspec
25 lines (25 loc) · 956 Bytes
/
AspDotnetVueJs.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>aspdotnet-vuejs</id>
<authors>Highlander Paiva</authors>
<owners>hvpaiva</owners>
<description>
Template for ASP.NET Core 2.2 WebApi + Vue.js Client app with webpack and hot reloading
</description>
<packageTypes>
<packageType name="Template" />
</packageTypes>
<version>{{version}}</version>
<!--<iconUrl></iconUrl>-->
<projectUrl>https://github.com/hvpaiva/aspdotnet-vuejs</projectUrl>
<licenseUrl>https://github.com/hvpaiva/aspdotnet-vuejs/blob/master/LICENSE</licenseUrl>
<tags>web template vuejs aspnet dotnet webapi vuex elementui</tags>
</metadata>
<files>
<file
src="content/**/*"
exclude="**/node_modules/**;**/package-lock.json;**/bin/**;**/obj/**;**/.vs/**;**/.vscode/**;**/wwwroot/**"
target="Content" />
</files>
</package>