miniprogram-cheerio
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

cheerio for MiniProgram

发布 MIT License npm npm dependents npm downloads

Cheerio is a fast, flexible and lean implementation of core jQuery designed specifically for the server. The purpose of this package is to allow cheerio to support running in the MiniProgram environment.

Installation

$ npm install miniprogram-cheerio

And run Build npm in WeChat Miniprogram Devtools

Usage

Import this package in the project:

const cheerio = require('miniprogram-cheerio');

or

import * as cheerio from 'miniprogram-cheerio';

And for more usage see https://cheerio.js.org/.

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i miniprogram-cheerio

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

299 kB

Total Files

38

Last publish

Collaborators

  • crazyurus