-
Notifications
You must be signed in to change notification settings - Fork 266
/
aspnetcore-vuejs.nuspec
34 lines (32 loc) · 1.15 KB
/
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
23
24
25
26
27
28
29
30
31
32
33
34
<?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.9</version>
<description>
Starter Template for ASP.NET Core and Vue.JS (Vue)
Featuring:
- Webpack (with HMR)
- Web API
- VueJS 2
- Vuex (state manangement)
- Modern best-practices
Brought to you by Trilon.io Consulting
</description>
<authors>Mark Pieszak</authors>
<owners>Mark Pieszak</owners>
<projectUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter</projectUrl>
<licenseUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
<iconUrl>https://trilon.io/android-chrome-192x192.png</iconUrl>
<tags>vue vuejs vue.js vue3 aspnet aspnetcore core dotnet webapi vuex trilon</tags>
<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>