Skip to content

Commit fd3f18e

Browse files
committed
#16 Readme updated
Screenshot added, license link fixed, NuGet badge added, release notes for .NET Core 3.0 added
1 parent acab97f commit fd3f18e

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

README.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The repository contains an ASP.​NET Core + Vue.js starter template. The te
44

55
Original article how to create the starter template is available [here](https://medium.com/software-ateliers/asp-net-core-vue-template-with-custom-configuration-using-cli-3-0-8288e18ae80b).
66

7+
[![Nuget](https://img.shields.io/nuget/v/SoftwareAteliers.AspNetCoreVueStarter.svg?style=flat&color=2196f3)](https://www.nuget.org/packages/aspnetcore-vuejs/)
8+
9+
> For ASP.NET Core 2.2 template use [release v1.1.0](https://github.com/SoftwareAteliers/asp-net-core-vue-starter/releases/tag/1.1.0)
10+
711
---
812

913
## Table of Contents
@@ -23,10 +27,10 @@ Original article how to create the starter template is available [here](https://
2327

2428
## Used Technology Stack
2529

26-
**ASP.NET Core 2.2:**
30+
**ASP.NET Core 3.0:**
2731

2832
* Web.API
29-
* JavaScript Services middleware to integrate with client app
33+
* Vue CLI and JavaScript Services middlewares to integrate with client app
3034

3135
**Vue.js with CLI 3.0 supporting optional integrations:**
3236

@@ -41,7 +45,7 @@ Original article how to create the starter template is available [here](https://
4145

4246
## Prerequisites
4347

44-
* [.NET Core](https://www.microsoft.com/net/download/windows)
48+
* [.NET Core](https://www.microsoft.com/net/download/windows) >= 3.0
4549
* [NodeJS](https://nodejs.org/) >= 8.9
4650
* [Vue CLI](https://cli.vuejs.org/) >= 3.0
4751
* Your favourite editor (I prefer [VS Code](https://code.visualstudio.com/)), or VS 2017/19
@@ -62,7 +66,7 @@ or you can use .NET Core CLI templates:
6266

6367
* Initialize the project: `dotnet new vue -o MyProject`
6468

65-
## Scaffold Vue.js app with custom configuration
69+
## (Optional) Scaffold Vue.js app with custom configuration
6670

6771
If you prefer to overwrite default Vue client app with custom settings, take the following steps:
6872

@@ -93,6 +97,8 @@ You have two choices when it comes to how you prefer to run the app. You can eit
9397

9498
Browse to [http://localhost:5000](http://localhost:5000) for ASP.​NET Core + Vue app or browse to [http://localhost:8080](http://localhost:8080) for Vue app only.
9599

100+
![Application screenshot](./screenshot.png)
101+
96102
## Recommended plugin for debugging Vue
97103

98104
* Get Chrome DevTools for Vue.js [here](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
@@ -116,7 +122,7 @@ Special thanks to everyone who helped and contributed to this project!
116122

117123
## License
118124

119-
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](/content/LICENSE)
125+
[![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://mit-license.org/)
120126

121127
Copyright © 2018 - 2019 [Software Ateliers](https://github.com/SoftwareAteliers)
122128

screenshot.png

84.2 KB
Loading

0 commit comments

Comments
 (0)