We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa3db7 commit 17f9da4Copy full SHA for 17f9da4
1 file changed
ignite/cmd/scaffold_vue.go
@@ -13,6 +13,7 @@ import (
13
// NewScaffoldVue scaffolds a Vue.js app for a chain.
14
func NewScaffoldVue() *cobra.Command {
15
c := &cobra.Command{
16
+ Hidden: true,
17
Use: "vue",
18
Short: "Vue 3 web app template",
19
Args: cobra.NoArgs,
0 commit comments