Files
mixtape/zero.Web.UI/zero.run.ps1
T

14 lines
249 B
PowerShell
Raw Normal View History

2020-10-20 00:38:22 +02:00
param(
# get, don't execute
[Parameter(Mandatory=$false)]
[Alias("g")]
[switch] $get = $false,
# execute a command
[Parameter(Mandatory=$false, ValueFromRemainingArguments=$true)]
[String[]]
$command
)
npx vue-cli-service serve