Skip to content

primocms/primo-headless

Repository files navigation

Primo headless

This repo demonstrates how you can consume a Primo site's data from SvelteKit (or a similar framework). If you'd like to serve Primo pages from your SvelteKit app, check out primo-headless.

In this case, it's used to list blog posts and render individual blog posts. The content is server-side rendered or can be statically rendered from SvetleKit.

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

How it works

About

Access a Primo site's content from SvelteKit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published