forked from TrilonIO/aspnetcore-Vue-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaspnetcore-vuejs.nuspec
22 lines (22 loc) · 892 Bytes
/
aspnetcore-vuejs.nuspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>aspnetcore-vuejs</id>
<version>1.0.1</version>
<description>
Template for ASP.Net Core 2 WebApi and Vue.js 2 Client app with webpack and hot reloading
</description>
<authors>Mark Pieszak, Mladen Mihajlovic</authors>
<projectUrl>https://github.com/MarkPieszak/aspnetcore-Vue-starter</projectUrl>
<licenseUrl>https://github.com/MarkPieszak/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
<packageTypes>
<packageType name="Template" />
</packageTypes>
</metadata>
<files>
<file
src="content/**/*"
exclude="**/node_modules/**;**/bin/**;**/obj/**;**/.vs/**;**/.vscode/**;**/ClientApp/dist/**;**/wwwroot/dist/**;content/Directory.Build.*"
target="Content" />
</files>
</package>