UNPKG

@qutejs/importer

Version:

Qute Importer provides lazy dynamic javascript dependencies import and support for lazy components

42 lines (24 loc) 861 B
# Qute Importer (@qutejs/importer) A **Qute** plugin which provides dynamic javascript dependencies import and lazy components support. **[Qute](https://qutejs.org)** 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 ``` Go here for the **[Qute Importer documentation](https://qutejs.org#/plugins/importer)**. # Installing ``` npm install @qutejs/importer ``` # Usage ``` import Importer from '@qutejs/importer'; ``` # 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)