@jswork/next-model-douban-subject
v1.0.3
Published
Douban subject model for next.
Downloads
156
Readme
next-model-douban-subject
Douban subject model for next.
installation
npm install -S @jswork/next-model-douban-subject
apis
| api | params | description | | ---- | ------ | -------------- | | gets | - | Get the model. |
usage
import NxModelDoubanSubject from '@jswork/next-model-douban-subject';
const model = new NxModelDoubanSubject({ $: jquery });
model.gets();
license
Code released under the MIT license.