Getting Started
@matb85/base-pack is the core package that provides shared logic for astro-pack, vue-pack, and svelte-pack. It can be also useful if you use vanilla js or other framework that is not currently supported (e.g. React)
Installation
Use your favorite package manager to install the package:
$ npm i @matb85/base-pack$ pnpm i @matb85/base-pack$ yarn add @matb85/base-pack$ bun install @matb85/base-pack$ deno install npm:@matb85/base-pack