UNPKG
vue-course-requisite
Version:
latest (1.0.6)
1.0.6
Vue plugin for displaying, configuring, and modifying course pre and co requisites.
vue-course-requisite
/
.gitlab-ci.yml
14 lines
(12 loc)
•
173 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
image:
node:6.11.3
pages:
stage:
deploy
script:
-
npm
install
-g
yarn
-
yarn
install
-
npm
run
build:demo
artifacts:
paths:
-
public
only:
-
master