Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Schlipak/Yoru

Repository files navigation

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:

  • Create a project scaffolding with yoru new <appname>
  • Run an app with yoru run | yoru serve (This currently actually serves the current directory)

Quickstart

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

Navigate to http://0.0.0.0:3000

Documentation

TODO

Tests

TODO

Demo

  • Compile the library with make (optional)
  • Serve the examples/ directory (You can use yoru run for this)
  • Open http://0.0.0.0:3000 in your favourite MODERN browser. (No polyfill support yet)

About

夜 -- JavaScript microframework based on Template and Shadow

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published