Search code examples
angularjsvue.jsvue-componentvue-cli

Is there any easy way to create new components in the Vue-cli?


I can't find any easy way to create new components with the Vue-cli. I came from Angular and there I could just type ng g c "component name" and it would make the job.

Does anyone know about easy way to do it as with the angular cli?


Solution

  • I guess vue-cli doesn't have component creator command yet. You can use vue-generate-component