Create a Vue.js component library (Part 1)

Olivier Picault
ITNEXT
Published in
5 min readSep 30, 2019

--

I’ve been working on a Vue.js project for months now. At the beginning it was supposed to be a project that would only sit in one meta-project but we’re now thinking of releasing it in other platforms.

In order to not copy paste code and having to maintain multiple copies of it, I thought it would be a great thing to have this project as a package. There are obviously many pros: easy to install, everyone would benefit from the updates, a bug fixed once will be fixed for everyone, etc.

--

--