倒计时插件
# 暂时未上传
npm i count-downimport { clock } from './clock'
// 开始
const clockObj = clock('df_clock', '2018/01/01 00:00:00').start()
// 停止
clockObj.stop()# 打包编译实例代码
# 用浏览器打开example文件夹下的index.html
npm run build# 打包类库(把ts编译成es5代码)
npm run prepublish