@singular/common

Singular framework common module

Usage no npm install needed!

<script type="module">
  import singularCommon from 'https://cdn.skypack.dev/@singular/common';
</script>

README

Singular Common

This package contains common elements for Singular framework, installed from @singular/common.

Setup

  1. Clone this repo
  2. Run npm install to install all dependencies

NPM Scripts

  • Build from source: npm start
  • Build documentation: npm run docs
  • Run tests: npm test