@adobe/reactor-extension-cloud-connector-edge 中文文档教程
Cloud Connector extension for Adobe Experience Platform Launch Server Side
启动服务器端的云连接器扩展。 它允许您对第三方端点进行 fetch
调用。
Get started
开始:
- Install node.js.
- Clone the repository.
- 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:
- Install node.js.
- Clone the repository.
- 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.