Bitsmist
Docs» Installation

Installation

Overview

To use BitmistJS, the necessary files must be placed within the HTML HEAD tag. The core library requires only one file, bitsmist-js_v1.min.js. You can use that file from CDN or upload the downloaded file to your own server.

bitsmist-js_v1.js without “min” is a development library. It displays a large number of debugging messages in the console. It is not usually used.

CDN

Load the BitsmistJS library from CDN in your HTML files.

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

Download

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

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

© 2019-2023 Masaki Yasutake

Bitsmist

Table of Contents

Table of Contents

  • Installation
    • Overview
    • CDN
    • Download

Introduction

  • Overview
  • Installation
  • Create a Sample Unit

Unit Explained

  • Overview
  • Properties and Methods
  • Settings
  • Loading
  • Events
  • HTML
  • CSS
  • Extending with Perks

Reference - Unit

  • Unit

Reference - Perk

  • Perk (Base Class)
  • BasicPerk
  • EventPerk
  • SettingPerk
  • SkinPerk
  • StatusPerk
  • StylePerk
  • UnitPerk

Reference - Store

  • Store
  • ChainableStore

Reference - Utility

  • AjaxUtil
  • ClassUtil
  • URLUtil
  • Util