UNPKG
v-track
Version:
latest (0.8.10)
0.8.10
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.3
0.8.2
0.8.1
0.8.0
0.6.6
0.6.5
0.6.3
0.6.2
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.3.0
0.2.9
0.2.1
0.2.0
0.1.0
一个基于Vue指令的埋点插件
github.com/l-hammer/v-track
l-hammer/v-track
v-track
/
.travis.yml
23 lines
(16 loc)
•
190 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language:
node_js
cache:
yarn:
true
node_js:
-
'10'
-
'8'
branches:
only:
-
master
install:
-
yarn
script:
-
yarn
lint
-
yarn
test:unit
after_success:
-
yarn
build