levelrecord

0.0.7 • Public • Published

Installing

$ npm install levelrecord

Use

Vue.use(EasyLevel,Option)

Example

import EasyLevel from 'levelrecord'

Vue.use(EasyLevel, {
  reportUrl: 'http://localhost:3000/info/create',
  reportPrefix: 'demo',
  reportKey: 'content',
  otherReport: {
    lang: 'vue'
  },
  entry: '#entry'
})

#Option

Key 含义
reportUrl 报告地址
reportPrefix 前缀
reportKey 后端接收的名称
otherReport 格外的内容

录屏

控制台

videoPlay

或者

url?vVideo=show

Package Sidebar

Install

npm i levelrecord

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

10.8 kB

Total Files

4

Last publish

Collaborators

  • xgjcode