Schlipak / Yoru

夜 -- JavaScript microframework based on Template and Shadow
MIT License
2 stars 0 forks source link
framework html-template javascript shadowdom webcomponents

Yoru Logo 夜 ー YORU

A lightweight JavaScript framework based on Template and Shadow

Installation

npm i --save https://github.com/Schlipak/Yoru

or

yarn add https://github.com/Schlipak/Yoru

Tooling

Yoru ships with a couple (for now) tools to make development easier. First, install Yoru globally:

yarn global add https://github.com/Schlipak/Yoru

This installs a yoru command, which can:

Quickstart

yoru new myApp && cd my-app && yoru run

Navigate to http://0.0.0.0:3000

Documentation

TODO

Tests

TODO

Demo