Skip to content
/ kafjs Public

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

License

Notifications You must be signed in to change notification settings

mtsgi/kafjs

Repository files navigation

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.

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


<iframe width="100%" height="300" src="//jsfiddle.net/mtsgi/b2c9m14v/19/embedded/js,html,result/" allowfullscreen="allowfullscreen" allowpaymentrequest frameborder="0"></iframe>