@adobe/helix-html-pipeline 中文文档教程
Helix HTML Pipeline
此包包含用于呈现 helix3 的 html 响应的 helix-pipeline-service
和 helix-cloudflare-pipeline
的通用代码。 它具有以下设计目标:
- be platform neutral, i.e. not using node or browser specific modules or dependencies.
- +/-0 runtime dependencies
- offer extension interfaces where platform abstraction is required (e.g. reading from s3)
Status
Installation
$ npm install @adobe/helix-html-pipeline
Usage
请参阅 API 文档。
Development
Build
$ npm install
Test
$ npm test
Lint
$ npm run lint
Helix HTML Pipeline
This package contains the common code for helix-pipeline-service
and helix-cloudflare-pipeline
for rendering the html response for helix3. it has the following design goals:
- be platform neutral, i.e. not using node or browser specific modules or dependencies.
- +/-0 runtime dependencies
- offer extension interfaces where platform abstraction is required (e.g. reading from s3)
Status
Installation
$ npm install @adobe/helix-html-pipeline
Usage
See the API documentation.
Development
Build
$ npm install
Test
$ npm test
Lint
$ npm run lint