Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 372 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 372 Bytes

Qwix

A frontend library to initialize and use Qwik components instantly from custom HTML elements using directives.

Installation

Install qwix in your projects by adding it to your dependencies:

  • Using NPM
npm i -D qwix
  • Using PNPM
pnpm i -D qwix
  • Using Yarn
yarn add -D qwix
  • Using Bun
bun i -D qwix