1
I started working a lot with vue
and I started to use it in all projects in the company where I work. And with that, I ended up creating some componentes
, in general autocomplete
, I know there are many, I’ve used some, but none has met all my needs. However, whenever I go to work on a new project and use the same component, either I recreate it, or I copy and paste.
Then the doubt came to me How to create my component, go up to npmjs for whenever I go to use it, just give a npm install -save ...
, and also be able to contribute a little to the community.