Plans from $25/month
This lesson is for members. Join us?
Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!
Publishing a Vue Component Library to NPM
In this lesson, we’ll publish the Vue component library to npm with changesets. We’ll also take a look at the package.json file to see how we’ve prepared the library for publishing and consumption by library users.
Links
- NPM (create an account here if you don’t already have one)
- Vite Library Mode
- package.json config reference
- How to Create and Publish an NPM Package – a Step-by-Step Guide