v1.9.0
版本发布时间: 2018-09-06 18:51:46
visionmedia/page.js最新发布版本:v1.11.5(2019-09-27 19:17:29)
This is a minor release, adding a new ES module bundle to the distributed package. This module is available as page.mjs
. It contains one export, the default export which is the usual page object.
<script type="module">
import page from "//unpkg.com/page/page.mjs";
page('/home', () => {
showHome();
});
page();
</script>