czysty.js

1.0.0 • Public • Published

czysty.js Build Status

Y U no czysty.js?

The fastest and smallest 🚀 framework ever. For the web.

Installation

$ npm i czysty.js --save

Usage

Import as always

import Czysty from 'czysty.js';

and start using it as you wish

const helloWorld = document.createElement('div');
helloWorld.innerHTML = 'Hello World';
document.body.appendChild(helloWorld);

(Hint: you don't even need to import it)

Why is it the smallest framework?

It's only 0b (0b gzipped). Big thanks to Rollup! ♥️

License

Beerware

Readme

Keywords

Package Sidebar

Install

npm i czysty.js

Weekly Downloads

1

Version

1.0.0

License

Beerware

Unpacked Size

3.26 kB

Total Files

9

Last publish

Collaborators

  • michal.jezierski