difra/jquery3

此包已被废弃且不再维护。作者建议使用 difra/binding-jquery3 包。

Difra 的 jQuery 绑定

8.0.0 2022-02-01 19:24 UTC

This package is auto-updated.

Last update: 2022-02-04 10:26:55 UTC


README

将 components/jquery 组件绑定到 Difra。

如何使用

  1. 将配置包含到 nginx 的 server {} 部分
    include /full-project-path/vendor/difra/jquery3/bin/nginx.conf;
    
  2. 在 config.php 中包含 jquery3 实例。例如
    'instances' => [
        'main' => [
             'include' => [
                'jquery3' => true
             ]
        ]
    ],