phoxy/clap

为搜索引擎制作HTML快照

维护者

详细信息

github.com/phoxy/clap

源代码

问题

安装: 18

依赖: 0

建议者: 0

安全: 0

星星: 0

关注者: 2

分支: 0

开放问题: 1

语言:JavaScript

v0.1.2 2016-05-28 11:35 UTC

This package is auto-updated.

Last update: 2024-09-07 21:26:10 UTC


README

=== 制作phoxy快照

=== 安装

添加到你的composer.json文件中

  "config":
  {
    "bin-dir": "bin"
  },
  "scripts":
  {
    "post-package-install":
    [
      "PhantomInstaller\\Installer::installPhantomJS"
    ]
  }

添加到你的warmup.js文件中(或创建你的懒加载配置)

  OnFirstPageRendered: function()
  {
    if (typeof window.callPhantom == 'function')
      window.callPhantom('clap');
  }