kafjs

kaf.js

GitHub tag (latest by date) GitHub commit activity GitHub code size in bytes

kaf.js is a javascript framework to build the application on websites.

kaf.js

Features

kaf.js has four main features: kaf data, kaf events, i18n support functions, and style control.

> English Documentation

kaf.jsには、kafデータ、kafイベント、i18n支援機能、スタイル制御という4つの主軸機能があります。

> 日本語ドキュメント

Usage

The simplest kaf.js template is the one below.

<main id="kaf">Hello, kaf!</main>

<script type="module">
  import Kaf from "kaf.js";
  const kaf = new Kaf({
    elem: '#kaf'
  });
</script>

Please refer to the documentation for more information on usage.

LICENSE

MIT License (c) mtsgi 2020