Bitsmist Frameworks
Docs ยป Installation

Installation

You need to import the core library before the router.

  • BitsmistJS Core - GENERAL - Installation

CDN

Load BitsmistJS Router from CDN in your html files.

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

Download

Download BitsmistJS Router and put bitsmist-js-router_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-router_v1.min.js"></script>
Previous Next

© 2019-2023 Masaki Yasutake

Bitsmist Frameworks

Table of Contents

Table of Contents

  • Installation
    • CDN
    • Download

GENERAL

  • Overview
  • Installation

REFERENCE - COMPONENT

  • Router

REFERENCE - ORGANIZER

  • RouteOrganizer