Search code examples
quasar-frameworkquasar

Quasar cli command to generate new component


I would like to know if there's a way to generate new component in quasar by typing some kind of commands.

When using Angular Cli we can generate new component by doing ng generate component <component name>

Does Quasar framework have this kind of ability?


Solution

  • $ quasar new component MyComponent
    

    See the docs or type quasar help.