You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ The repository contains an ASP.​NET Core + Vue.js starter template. The te
4
4
5
5
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).
* 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:
62
66
63
67
* Initialize the project: `dotnet new vue -o MyProject`
64
68
65
-
## Scaffold Vue.js app with custom configuration
69
+
## (Optional) Scaffold Vue.js app with custom configuration
66
70
67
71
If you prefer to overwrite default Vue client app with custom settings, take the following steps:
68
72
@@ -93,6 +97,8 @@ You have two choices when it comes to how you prefer to run the app. You can eit
93
97
94
98
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.
95
99
100
+

101
+
96
102
## Recommended plugin for debugging Vue
97
103
98
104
* 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!
0 commit comments