# @qutejs/runtime

> Qute runtime

Latest version **2.0.0-beta.10** (published 2021-05-17) · MIT license · 0 weekly downloads

## Install

```sh
npm install @qutejs/runtime
pnpm add @qutejs/runtime
yarn add @qutejs/runtime
bun add @qutejs/runtime
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0-beta.10 |
| Published | 2021-05-17 |
| First published | 2019-12-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 2 |
| Unpacked size | 1.6 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Bogdan Stefanescu |
| Maintainers | bstefanescu |
| Keywords | component, model, reactive, reactivity, development, application, framework, web, model, dom, qute, template, jsq, render, rendering, dynamic, message, bus, channel, custom, extend, element, tag, view, vue, react, virtual, runtime |

## Links

- npm: https://www.npmjs.com/package/@qutejs/runtime
- Repository: https://github.com/bstefanescu/qutejs
- Homepage: https://qutejs.org
- Issues: https://github.com/bstefanescu/qutejs/issues
- npm.io page: https://npm.io/package/@qutejs/runtime

## Dependencies (2)

- [@qutejs/window](https://npm.io/package/@qutejs/window.md) 2.0.0-beta.10
- [@qutejs/commons](https://npm.io/package/@qutejs/commons.md) 2.0.0-beta.10

## Alternatives

- [babylon](https://npm.io/package/babylon.md) — 5.1M weekly downloads
- [csscolorparser](https://npm.io/package/csscolorparser.md) — 3.7M weekly downloads
- [expr-eval-fork](https://npm.io/package/expr-eval-fork.md) — 1.5M weekly downloads
- [@leeoniya/ufuzzy](https://npm.io/package/@leeoniya/ufuzzy.md) — 247.7K weekly downloads
- [xml-parser](https://npm.io/package/xml-parser.md) — 78.4K weekly downloads

## Recent versions

- 2.0.0-beta.10 (latest) — 2021-05-17
- 2.0.0-beta.9 — 2021-05-12
- 2.0.0-beta.8 — 2021-04-16
- 2.0.0-beta.7 — 2021-03-11
- 2.0.0-beta.6 — 2021-01-07
- 2.0.0-beta.5 — 2020-11-11
- 2.0.0-beta.4 — 2020-11-06
- 2.0.0-beta.3 — 2020-11-06
- 2.0.0-beta.2 — 2020-11-06
- 2.0.0-beta.1 — 2020-10-11
- 2.0.0-beta — 2020-10-10
- 1.0.0-rc.12 — 2020-09-05
- 1.0.0-rc.11 — 2020-05-31
- 1.0.0-rc.10 — 2020-05-31
- 1.0.0-rc.9 — 2020-04-10
- … 15 more at https://npm.io/package/@qutejs/runtime/versions

## README

# 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](https://qutejs.org)**.

# 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](https://github.com/bstefanescu/qutejs).

# Authors

**[Bogdan Stefanescu](mailto:bogdan@quandora.com)** - *Intial Work* - [Quandora](https://quandora.com)

# License

[MIT](LICENSE)

---
_Source: https://npm.io/package/@qutejs/runtime · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
