Bitsmist Frameworks
Docs ยป Installation

Installation

CDN

Load BitsmistJS from CDN in your html files.

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/bitsmist/bitsmist-js_v1@0.10.3/dist/bitsmist-js_v1.min.js"></script>

Download

Download BitsmistJS and put bitsmist-js_v1.min.js in the dist folder to somewhere under your websites and load it in your HTML files.

<script type="text/javascript" src="/js/bitsmist-js_v1.min.js"></script>
Previous Next

© 2019-2023 Masaki Yasutake

Bitsmist Frameworks

Table of Contents

Table of Contents

  • Installation
    • CDN
    • Download

GENERAL

  • Overview
  • Installation
  • Create a sample component

COMPONENT

  • Loading
  • Settings
  • Events
  • Extending with organizers

REFERENCE - COMPONENT

  • Component

REFERENCE - ORGANIZER

  • EventOrganizer
  • LoaderOrganizer
  • OrganizerOrganizer
  • SettingOrganizer
  • StateOrganizer
  • TemplateOrganizer

REFERENCE - STORE

  • Store
  • ChainableStore

REFERENCE - UTILITY

  • AjaxUtil
  • ClassUtil
  • Util