Installation

Learn how to get Qni up and running in your project.

Install Qni via npm

For most projects, you’ll want to install Qni and its peer-dependencies via npm.

npm install qni@latest

Using Qni via CDN

To pull in Qni for quick demos or just giving the framework a spin, grab the latest default configuration build via CDN:

<script type="module" src="https://unpkg.com/qni/dist/index.js" defer></script>