Skip to content

Commit ba25638

Browse files
committed
this is alot. sorry.
1 parent e8c52e2 commit ba25638

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+20808
-25262
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,4 +294,5 @@ __pycache__/
294294
.DS_Store
295295

296296
# ignore generated bundles
297-
main.build.js
297+
**/wwwroot/**/*.map
298+
**/wwwroot/**/*.js

README.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ The master branch is currently using .NET Core 2.1, ASP.NET Core 2.1, Vue.js 2.5
3333

3434
- [Demo 10](src/demo10) - Same as demo 9, but built using the .NET CLI and the Vue.js CLI.
3535

36-
- [Demo 11](src/demo11) - **Ignore this. Nothing to see here!** Hot module replacement using Vue CLI and Microsoft.AspNetCore.SpaServices. Borrowed some code from [JavaScriptServices](https://github.com/aspnet/JavaScriptServices/tree/2.1.0/src/Microsoft.AspNetCore.SpaServices.Extensions/AngularCli)
36+
- [Demo 11](src/demo11) - Vue CLI and [VueCliMiddleware](https://github.com/EEParker/aspnetcore-vueclimiddleware).
37+
3738

3839
## Useful tools
3940

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"sdk": {
3-
"version": "2.1.403"
3+
"version": "2.2.104"
44
}
55
}

0 commit comments

Comments
 (0)