UNPKG
vue-cli
Version:
latest (2.9.6)
2.9.6
2.9.5
2.9.4
2.9.3
2.9.2
2.9.1
2.9.0
2.8.2
2.8.1
2.8.0
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.1
2.2.0
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.4.0
1.3.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A simple CLI for scaffolding Vue.js projects.
github.com/vuejs/vue-cli
vuejs/vue-cli
vue-cli
/
appveyor.yml
19 lines
(14 loc)
•
272 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
environment:
matrix:
-
nodejs_version:
"6"
-
nodejs_version:
"8"
install:
-
ps:
Install-Product
node
$env:nodejs_version
-
npm
install
test_script:
-
node
--version
-
npm
--version
-
npm
test
cache:
-
node_modules
->
package-lock.json
build:
off