component libraries are a great way to collect common UI solutions into a package that you can reuse across your own projects or share with the Vue open-source community. To create a component library, we will not use the normal scaffolding process of Vue.js projects, i.e., Vue CLI. We will instead create a project folder from scratch where we’llinitialize npm and Git.
Table of contents
Basic setupCreating components in VueCreating a pluginWe made a custom demo for . No really. Click here to check it out .Building the pluginPublishing the pluginUsing the published Vue 3 librarySetting up a docs siteRunning the VuePress dev serverDocumenting components in Vue 3Publishing docs to GitHub PagesConclusionExperience your Vue apps exactly how a user doesSort: