Package Exports
- maquette
- maquette/dist/index.js
- maquette/dist/maquette.cjs.js
- maquette/dist/maquette.umd.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (maquette) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Maquette
Maquette is a Javascript utility which makes it easy to synchronize the DOM tree in the browser with your data. It uses a technique called 'Virtual DOM'. Compared to other virtual DOM implementations, maquette has the following advantages:
- It is very lightweight (3.7Kb gzipped)
- It allows changes to be animated
- It makes your frontend easy to unit-test
Visit the website for more information.