Evan
Evan

Reputation: 2507

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?

Upvotes: 2

Views: 2528

Answers (1)

disfated
disfated

Reputation: 10994

$ quasar new component MyComponent

See the docs or type quasar help.

Upvotes: 1

Related Questions