JSPM

  • Created
  • Published
  • Downloads 273
  • Score
    100M100P100Q116621F
  • License MIT

Qute compiler

Package Exports

  • @qutejs/compiler

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@qutejs/compiler) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Qute Compiler (@qutejs/compiler)

The Qute Compiler is transpiling Qute templates and .jsq files to javascript.

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

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/compiler

Usage

import Compiler from '@qutejs/compiler';

Building

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

Authors

Bogdan Stefanescu - Intial Work - Quandora

License

MIT