$ cnpm install munar-core
Munar core: Plugin, Adapter and Chat Command management.
You only need to use munar-core
directly if you're developing an Adapter or Plugin. Otherwise, the Munar CLI may be more useful to you.
$ npm install --save munar-core
import { Plugin } from 'munar-core'
export default class MyPlugin extends Plugin {
// etc
}
Copyright 2014 - 2017 © taobao.org |