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
* Clone this repository : `$ git clone https://github.com/MarkPieszak/aspnetcore-Vue-starter.git VueWeb`
68
68
*`$ cd VueWeb/content`
69
69
*`$ dotnet restore && npm install`
70
-
* (If using VSCode) `$ code .`
70
+
* (If using VSCode) `$ code .`
71
71
* (If using Visual Studio) Open the `*.sln` file with "Open project" from Visual Studio IDE
72
72
73
73
@@ -77,18 +77,26 @@ You have two choices when it come at how your preffer to run it. You can either
77
77
### 1. Using the command line
78
78
Run the application using `dotnet run` or `npm run dev`
79
79
- note `dotnet run` should be run in `Development` environment for hot reloading. This setting can be set either within the command line or via the `launchSettings.json` available in the `Properties` folder.
80
-
80
+
81
81
### 2. Using the built-in run command
82
82
Run the application in VSCode or Visual Studio 2017 by hitting `F5`.
83
83
84
84
## View your application running
85
85
When running the app using debug menu or `F5` VS open auto the app in the browser;
86
86
87
+
----
88
+
89
+
# Demo of Application Running
90
+
91
+

92
+
93
+
---
94
+
87
95
# Recommended plugin for debugging VueJS
88
96
89
97
- Get Chrome DevTools for VueJS [here](https://chrome.google.com/webstore/detail/vuejs-devtools/nhdogjmejiglipccpnnnanhbledajbpd)
90
98
91
-
----
99
+
---
92
100
93
101
# Found a Bug? Want to Contribute?
94
102
@@ -103,7 +111,7 @@ _Looking for ASP.NET Core & Angular 7.x+ Universal starter? [click here](https:/
0 commit comments