add ability to generate vue componenets based on swagger

This commit is contained in:
2025-03-12 23:53:25 -06:00
parent a8f2b832b4
commit d749a32abd
5 changed files with 530 additions and 42 deletions

View File

@ -13,6 +13,7 @@ func main() {
webappCmd(),
tailwindCmd(),
setupCmd(),
vueGenCmd(),
}
app := &cli.App{