Vue js component generator
CLI util for easy generate Vue js component
Installation
Usage
Create new component
Will generate five files:
footer.component.ts
footer.component.html
footer.component.scss
index.vue
Create new component single file
will generate one vue file:
Create new directive
will generate:
test.directive.ts
Create new Pipe (filter)
will generate:
test.pipe.ts
GitHub
https://github.com/Kamar-Meddah/vue-generate-component-typescript