@qutejs/window
v2.0.0-beta.10
Published
Browser window abstraction for Qute components
Downloads
11
Readme
@qutejs/window
This package provides an abstraction for the browser window global. Any time you need to use a browser global you must import it from this package:
import window from '@qutejs/window';
The package is meant to be used by Qute components.
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/window
Usage
import window from '@qutejs/window';
Building
Qute packages are built from the Qute multi-package repository root. See github.
Authors
Bogdan Stefanescu - Intial Work - Quandora