difra/binding-jquery3

Difra 的 jQuery 绑定

8.0.0 2022-02-01 19:24 UTC

This package is auto-updated.

Last update: 2024-09-04 16:21:41 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
             ]
        ]
    ],