A project skeleton to get your very own Vue component library up and running using Rollup, Typescript + Vue
The Vue Component Library is a project skeleton designed for creating a Vue component library using Vue (V3), Rollup, and TypeScript. It includes features such as Storybook for creating and showcasing components, as well as Jest for testing Vue components.
To install the Vue Component Library, follow these steps:
npm login command.name field in the package.json file to reflect your NPM package name in your private or public NPM registry.npm run build
npm install <your-package-name>
npm install
import { SampleComponent } from 'harvey-vue-component-library';
// Usage of the component
For a live example, you can check out this Code Sandbox.
The Vue Component Library is a project skeleton for creating a Vue component library. It leverages Vue (V3), Rollup, and TypeScript to provide developers with an easy way to create, test, and demonstrate their Vue components. With features like Storybook and Jest, developers can showcase their components and ensure they function correctly. Installation is straightforward, and the library can be easily published and hosted via NPM.