1.0.1 • Published 1 year ago

miniprogram-cheerio v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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