项目作者: alenaksu

项目描述 :
JavaScript library for building user interfaces using template literals
高级语言: TypeScript
项目地址: git://github.com/alenaksu/tiny-lit.git
创建时间: 2018-03-01T11:10:29Z
项目社区:https://github.com/alenaksu/tiny-lit

开源协议:

下载


Tiny-Lit

Tiny-Lit is a set of tools for building web applications

Demo

Packages

" class="reference-link">core @tiny-lit/core" alt="">

The core package with the functions for creating and rendering template literals.

" class="reference-link">element @tiny-lit/element" alt="">

A set of base classes and mixins to easily integrate the core with your custom elements.

" class="reference-link">store @tiny-lit/store" alt="">

An agonistic implementation of a centralized state manager, with some classes to
use it with custom elements.

" class="reference-link">router @tiny-lit/router" alt="">

A router class with path/hash strategies and some custom elements to use it ina declarative way.