借助chrome浏览器插件开发的PC端可视化埋点选择器
A Vue.js project
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
#在chrome浏览器中添加插件
#打开浏览器 chrome://extensions/ “加载已解压的扩展程序”
#选择build目录 ..\bpchromeplug\dist\chrome
#chrome中打开要埋点的网站地址,在浏览器工具条上点击“可视化埋点图标”进行埋点配置并上传到服务器
For a detailed explanation on how things work, check out the guide and docs for vue-loader.