@adobe/reactor-extension-cloud-connector-edge 中文文档教程

发布于 3年前 浏览 1 项目主页 更新于 3年前

Cloud Connector extension for Adobe Experience Platform Launch Server Side

启动服务器端的云连接器扩展。 它允许您对第三方端点进行 fetch 调用。

Get started

开始:

  1. Install node.js.
  2. Clone the repository.
  3. After navigating into the project directory, install project dependencies by running npm install.

Scripts

要运行一次测试,请运行以下命令:

npm run test

要在开发过程中连续运行测试,请运行以下命令:

npm run test:watch

为确保您的代码符合我们的 linting 标准,请运行以下命令:

npm run lint

要在 reactor-sandbox 中运行扩展:

npm run sandbox

要创建构建,请运行以下命令:

npm run build

要创建扩展包,请运行以下命令:

npm run package

Contributing

欢迎贡献! 阅读贡献指南了解更多信息。

Licensing

这个项目是根据 Apache V2 许可证获得许可的。 有关详细信息,请参阅许可证

Cloud Connector extension for Adobe Experience Platform Launch Server Side

Cloud Connector extension for Launch Server Side. It allows you to make fetch calls to third-party endpoints.

Get started

To get started:

  1. Install node.js.
  2. Clone the repository.
  3. After navigating into the project directory, install project dependencies by running npm install.

Scripts

To run tests a single time, run the following command:

npm run test

To run tests continually while developing, run the following command:

npm run test:watch

To ensure your code meets our linting standards, run the following command:

npm run lint

To run the extension inside reactor-sandbox:

npm run sandbox

To create a build, run the following command:

npm run build

To create the extension package, run the following command:

npm run package

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文