- Vue 3 Core
- Vue 3 component
pnpm install
pnpm dev
For the publishing we use changesets.
- Run
pnpm --filter @zaptime/vue3 build
orpnpm --filter @zaptime/core build
- Run
pnpm changeset
- Run
pnpm changeset version
. This will bump the versions of the packages previously specified (and any dependents of those) and update the changelog files. - Run
pnpm install
. This will update the lockfile and rebuild packages. - Commit changes
- Run
pnpm publish -r
. This command will publish all packages that have bumped versions not yet present in the registry.
pnpm --filter iframe run build
pnpm --filter iframe run deploy