Download
You can download maquette using one of the following methods:
CDN
Add the following snippet to the <head>
section of your html document:
<script src="//unpkg.com/maquette@4.0.0/dist/maquette.umd.js"></script>
Bower
Run the following command:
bower install maquette
NPM
Run the following command:
npm install maquette