GitHub - Qbix/Q.js: All-In-One Front-End Web Framework from Qbix, alternative to jQuery, Angular, Vue, Ember etc.
Q.js
All-In-One Front-End Web Framework from Qbix, alternative to jQuery, Angular, Vue etc.
Size: ~40KB (Minified + GZipped), compare to other frameworks
How to use: copy contents of dist into your project, and then include it like this:
File Type
Code to Use
.html files
<script type="module">import { Q } from './Q.js</script>
.js or .ts files
import Q from './Q.js';
Full documentation here: https://qbix.com/platform/guide/javascript
This is part of the much larger full-stack Qbix Platform that ...
Read more at github.com