quark-component

1.1.0 • Public • Published

quark-component

build status stability npm version js-standard-style semantic-release

Simple recursive component class with template rendering and hooks.

This package is part of quark framework but it can be used independently.

Installation

NPM

npm install quark-component --save

Usage

Basic

import { Component } from 'quark-component'
 
const rootComponent = new Component({ el: '#root' })

To be written...

API

See https://fm-ph.github.io/quark-component/

Build

To build the sources with babel in ./lib directory :

npm run build

Documentation

To generate the JSDoc :

npm run docs

To generate the documentation and deploy on gh-pages branch :

npm run docs:deploy

Testing

To run the tests, first clone the repository and install its dependencies :

git clone https://github.com/fm_ph/quark-component.git
cd quark-component
npm install

Then, run the tests :

npm test

To watch (test-driven development) :

npm run test:watch

For coverage :

npm run test:coverage

License

MIT License © Patrick Heng Fabien Motte

Readme

Keywords

Package Sidebar

Install

npm i quark-component

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

87.6 kB

Total Files

39

Last publish

Collaborators

  • fm_ph