@qutejs/runtime

2.0.0-beta.10 • Public • Published

Qute: A Javascript Component Model for the DOM.

Qute is a reactive component model designed for plain old javascript lovers.

Qute Runtime (@qutejs/runtime)

The Qute Runtime implements the Qute component model. Its main job is to register, render and update Qute components.

Getting Started

Use the Qute project generator to create a new Qute application or component project:

npm init @qutejs

or (on node versions older than 10.3.0)

npx @qutejs/create

Go here for the Qute documentation.

Installing

npm install @qutejs/runtime

Usage

import Qute from '@qutejs/runtime';

Building

Qute packages are built from the Qute multi-package repository root. See github.

Authors

Bogdan Stefanescu - Intial Work - Quandora

License

MIT

/@qutejs/runtime/

    Package Sidebar

    Install

    npm i @qutejs/runtime

    Homepage

    qutejs.org

    Weekly Downloads

    3

    Version

    2.0.0-beta.10

    License

    MIT

    Unpacked Size

    1.66 MB

    Total Files

    15

    Last publish

    Collaborators

    • bstefanescu