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
# npmnpm install qortex-core# yarnyarn add qortex-core# pnpmpnpm 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>