MyGit

v1.9.0

visionmedia/page.js

版本发布时间: 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>

相关地址:原始地址 下载(tar) 下载(zip)

查看:2018-09-06发行的版本