miniprogram-cheerio
v1.0.1
Published
cheerio that supports MiniProgram
Downloads
7
Readme
cheerio for MiniProgram
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