-
Notifications
You must be signed in to change notification settings - Fork 266
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6927981
commit 61044b6
Showing
2 changed files
with
12 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
@@ -113,7 +114,7 @@ Contact us at <[email protected]>, 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> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters