Skip to content

libris/search-framework-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

search-framework-tests

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).

Build and preview apps

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published