Skip to content

Commit 61044b6

Browse files
committed
nuget(1.0.5): publish
1 parent 6927981 commit 61044b6

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,17 @@ Download the template right from **Nuget**.
4545
dotnet new -i aspnetcore-vuejs
4646
```
4747

48+
# Getting Started:
49+
* Create folder from template: `dotnet new vuejs` ([Official documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore2x))
50+
* This will automatically run `dotnet restore` unless you install with `dotnet new vuejs --skipRestore`
51+
* Restore Node dependencies by running `npm install`
52+
4853
- or -
4954

5055
Clone the repo itself:
5156

5257
`git clone https://github.com/TrilonIO/aspnetcore-Vue-starter.git`
53-
54-
# Getting Started:
55-
* Create folder from template: `dotnet new -i aspnetcore-vuejs` ([Official documentation](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-new?tabs=netcore2x))
56-
* This will automatically run `dotnet restore` unless you install with `dotnet new -i aspnetcore-vuejs --skipRestore`
57-
* Restore Node dependencies by running `npm install`
58+
5859

5960
## Start the application:
6061
You have two choices when it come at how your preffer to run it. You can either use the command line or the build-in run command.
@@ -113,7 +114,7 @@ Contact us at <[email protected]>, and let's talk about your projects needs.
113114

114115
<p align="center">
115116
<a href="https://trilon.io" target="_blank">
116-
<img src="https://trilon.io/meta/og-image.png" alt="Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training">
117+
<img src="https://trilon.io/meta/og-image.png" alt="Trilon.io - Angular Universal, NestJS, JavaScript Application Consulting Development and Training">
117118
</a>
118119
</p>
119120

aspnetcore-vuejs.nuspec

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
33
<metadata>
44
<id>aspnetcore-vuejs</id>
5-
<version>1.0.3</version>
5+
<version>1.0.5</version>
66
<description>
7-
ASP.NET Core and Vue.JS Application Starter Template - with webpack, Web API and other best-practices baked in.
7+
ASP.NET Core and Vue.JS Application Starter Template - with webpack, Web API and other best-practices baked in. Brought to you by Trilon.io
88
</description>
99
<authors>Mark Pieszak</authors>
10+
<owners>Mark Pieszak</owners>
1011
<projectUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter</projectUrl>
1112
<licenseUrl>https://github.com/TrilonIO/aspnetcore-Vue-starter/blob/master/LICENSE.md</licenseUrl>
13+
<iconUrl>https://trilon.io/android-chrome-192x192.png</iconUrl>
14+
<tags>vue vuejs vue3 aspnet aspnetcore core dotnet webapi vuex</tags>
1215
<packageTypes>
1316
<packageType name="Template" />
1417
</packageTypes>

0 commit comments

Comments
 (0)