payloadcms / payload

Payload is the open-source, fullstack Next.js framework, giving you instant backend superpowers. Get a full TypeScript backend and admin panel instantly. Use Payload as a headless CMS or for building powerful applications.
https://payloadcms.com
MIT License
23.58k stars 1.5k forks source link

Unable to install live-preview-vue #7303

Closed PhantasWeng closed 2 months ago

PhantasWeng commented 2 months ago

Documentation Issue

According to the description on https://payloadcms.com/docs/live-preview/frontend, to use the live preview feature, you need to first install @payloadcms/live-preview-vue. However, this package is not available in the npmjs registry.

Additional Details

➜  app npm install @payloadcms/live-preview-vue
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@payloadcms%2flive-preview-vue - Not found
npm error 404
npm error 404  '@payloadcms/live-preview-vue@*' is not in this registry.
jacobsfletch commented 2 months ago

Thanks for bringing this up @PhantasWeng 👍 looks like we just need to publish that package. In the meantime, you could paste the source code directly into your own app: https://github.com/payloadcms/payload/tree/main/packages/live-preview-vue

jacobsfletch commented 2 months ago

Hey @PhantasWeng a canary has just been published for this package 👍 you can now download this through the NPM registry: https://www.npmjs.com/package/@payloadcms/live-preview-vue. I also have an open PR which will get this into the regular release schedule.

github-actions[bot] commented 3 weeks ago

This issue has been automatically locked. Please open a new issue if this issue persists with any additional detail.