Skip to content

Commit

Permalink
nuget(1.0.5): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkPieszak committed Apr 4, 2019
1 parent 6927981 commit 61044b6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,17 @@ Download the template right from **Nuget**.
dotnet new -i aspnetcore-vuejs
```

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

- or -

Clone the repo itself:

`git clone https://github.com/TrilonIO/aspnetcore-Vue-starter.git`

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


## Start the application:
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.
Expand Down Expand Up @@ -113,7 +114,7 @@ Contact us at <hello@trilon.io>, and let's talk about your projects needs.

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

Expand Down
7 changes: 5 additions & 2 deletions aspnetcore-vuejs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,16 @@
<package xmlns="http://schemas.microsoft.com/packaging/2012/06/nuspec.xsd">
<metadata>
<id>aspnetcore-vuejs</id>
<version>1.0.3</version>
<version>1.0.5</version>
<description>
ASP.NET Core and Vue.JS Application Starter Template - with webpack, Web API and other best-practices baked in.
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
</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 vue3 aspnet aspnetcore core dotnet webapi vuex</tags>
<packageTypes>
<packageType name="Template" />
</packageTypes>
Expand Down

0 comments on commit 61044b6

Please sign in to comment.