A repo containing the same Libris Search test app (using a proxy API) implemented in two different meta frameworks: Nuxt3 and SvelteKit.
The functionality should be more or less the same in both the implementations (currently the Nuxt app doesn't support duplicate URL search params as ofetch
which Nuxt relies upon, has no support for it – so we would need a workaround).
First go to the lxljs
directory and run npm install
.
Then change directory to nuxt
or svelte
Add a .env
file in the same folder (see .env.example
for reference).
Then run npm install && npm run build
followed with npm run preview
Or start development server with npm run dev