Installation
Release Notes
Latest stable version: 0.12.7
Include via script tag
You can inlude Molecule packages via a CDN like unpkg, which will create the global Molecule
, or rather the name of the package in PascalCase:
<script src="https://unpkg.com/@moleculejs/molecule"></script>
<!-- Or one of the other packages: -->
<script src="https://unpkg.com/@moleculejs/molecule-lit"></script>
NPM and Yarn
We recommend installation with either NPM or Yarn:
npm i @moleculejs/molecule
yarn add @moleculejs/molecule