Giter VIP home page Giter VIP logo

dot's Introduction

自动布点工具

安装插件

$ npm install dot

命令

TODO

事件

TODO

配置

在应用根目录下添加配置文件dot-config.js

module.exports = [{
  'workPath': './pages/testdot',
  'template': 'data-spm-click="{{random}}" data-test="{{number}}"',
  'filter': [
    '[onClick]'
  ],
  'processor': {
    'number': function(){
      return 111;
    }
  }
}]
字段 类型 说明
workPath String 需要静态代码分析的工作目录,需填写app.dir的相对路径
template String 点位模板,random为处理器名,处理器支持自定义扩展
filter Array 需要打点节点的选择器列表
processor Object 自定义处理器Map.processor的作用域为plugin的context.参数为当前点位的配置信息(dot-config.js中配置的内容)

支持的点位解析方式

  1. id选择器 '#main' 匹配id值为main的元素
  2. attr选择器(需要带值) '[TD]' 匹配有__TD__,并且__TD__有值的元素

历史记录

参见 历史记录

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.