Installation

Get started with qortex-core

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

Install qortex-core using your preferred package manager.

Install Package

Add the package to your project:

Install Package

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

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-core';
</script>