Installation

Get started with qortex-query

Install qortex-query for vanilla JS, Vue, Svelte, or other frameworks.

Install qortex-query using your preferred package manager.

Install Package

Add the package to your project:

Install Package

# npm
npm install qortex-query
# yarn
yarn add qortex-query
# pnpm
pnpm add qortex-query

Browser / CDN

You can also use it directly in the browser via ESM:

Browser / CDN

<script type="module">
import { fetchQuery } from 'https://esm.sh/qortex-query';
</script>