vue-create-component
v0.0.6
Published
CLI for create vue components for typescript
Downloads
9
Maintainers
Readme
Vue CLI for create component fot typescript
Install
npm install -g vue-create-component
Use
$ cd project/src/components
$ vcc component_name
or
$ vcc -c CustomClassName component_name
or
$ vcc -s component_name
or
$ vcc -s css component_name
P.S.
This is my first library, so I will be happy with any constructive comments or suggestions.
If you have ideas for improvement, do not hesitate to do PR.