I started working a lot with vue
and started using it on all the projects in the company where I work. And with that, I ended up creating some componentes
, in general autocomplete
, I know that there are many, I have already used some, but none have supplied all my needs. However, whenever I go to work on a new project and use the same component, either I recreates it, or I copy and paste it.
So I came to doubt How to create my component, upload to npmjs for whenever I use it, just give npm install -save ...
, and also be able to contribute a bit with the community .