$ cnpm install conflux-web-core
This is a sub module of ConfluxWeb
The conflux-web-core
contains the AbstractConfluxModule. This should be used if someone wants to implement a new confluxWeb module.
npm install conflux-web-core
import {AbstractConfluxModule} from 'conflux-web-core';
new AbstractConfluxModule(...);
All the typescript typings are placed in the types folder.
Copyright 2014 - 2017 © taobao.org |