@prismicio/vue

v4.1.0
Vue plugin, components, and composables to fetch and present Prismic content
typescript prismic vue plugin

dev

vite build --watch

lint

eslint --ext .js,.ts .

size

size-limit

test

npm run lint && npm run types && npm run unit && npm run build && npm run size

unit

vitest run --coverage

build

vite build

types

vitest typecheck --run && tsc --noEmit

format

prettier --write .

prepare

npm run build

release

npm run test && standard-version && git push --follow-tags && npm run build && npm publish

unit:watch

vitest watch

release:dry

standard-version --dry-run

types:watch

vitest typecheck

release:beta

npm run test && standard-version --release-as major --prerelease beta && git push --follow-tags && npm run build && npm publish --tag beta

playground:dev

vite playground

playground:build

vite build playground

release:beta:dry

standard-version --release-as major --prerelease beta --dry-run
npm i @prismicio/[email protected]

Metadata

Downloads