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
{{ message }}
This repository was archived by the owner on Nov 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This is a stand-alone module to add Vue Cli and Quasar Cli support to AspNet Cor
6
6
7
7
See the examples here: [https://github.com/EEParker/aspnetcore-vueclimiddleware/tree/master/samples](https://github.com/EEParker/aspnetcore-vueclimiddleware/tree/master/samples)
8
8
9
-
## ASP.NET 3.0 Preview Endpoint Routing (experimental)
9
+
## ASP.NET 3.X Endpoint Routing
10
10
First, be sure to switch Vue Cli or Quasar Cli to output distribution files to wwwroot directly (not dist).
11
11
12
12
* Quasar CLI: regex: "Compiled successfully"
@@ -17,7 +17,7 @@ First, be sure to switch Vue Cli or Quasar Cli to output distribution files to w
17
17
no compiler warnings. So instead of waiting for that, consider it ready as soon
18
18
as it starts listening for requests.[see the codes](https://github.com/EEParker/aspnetcore-vueclimiddleware/blob/master/src/VueCliMiddleware/VueDevelopmentServerMiddleware.cs#L91)
19
19
20
-
See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-2.2&tabs=visual-studio#update-routing-startup-code)
20
+
See [Migrating Asp.Net 2.2 to 3.0 Endpoint Routing](https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.1&tabs=visual-studio#update-routing-startup-code)
0 commit comments