Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit 9f16cdf

Browse files
committed
Add note about quasar cli regex.
1 parent 175ace5 commit 9f16cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VueCliMiddleware/VueDevelopmentServerMiddlewareExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ public static class VueCliMiddlewareExtensions
2323
/// <param name="npmScript">The name of the script in your package.json file that launches the vue-cli server.</param>
2424
/// <param name="port">Specify vue cli server port number. If &lt; 80, uses random port. </param>
2525
/// <param name="runner">Specify the runner, Npm and Yarn are valid options. Yarn support is HIGHLY experimental.</param>
26-
/// <param name="regex">Specify a custom regex string to search for in the log indicating vue-cli serve is complete.</param>
26+
/// <param name="regex">Specify a custom regex string to search for in the log indicating proxied server is running. VueCli: "running at", QuasarCli: "Compiled successfully"</param>
2727
public static void UseVueCli(
2828
this ISpaBuilder spaBuilder,
2929
string npmScript,

0 commit comments

Comments
 (0)