Quasar cli 命令生成新组件
Quasar cli command to generate new component
我想知道是否有一种方法可以通过键入某种命令在类星体中生成新组件。
当使用 Angular Cli 时,我们可以通过 ng generate component <component name>
生成新组件
Quasar框架有这种能力吗?
$ quasar new component MyComponent
查看 docs 或输入 quasar help
。
我想知道是否有一种方法可以通过键入某种命令在类星体中生成新组件。
当使用 Angular Cli 时,我们可以通过 ng generate component <component name>
Quasar框架有这种能力吗?
$ quasar new component MyComponent
查看 docs 或输入 quasar help
。