UNPKG
@braid/vue-formulate
Version:
alpha (2.0.0-alpha.3)
latest (2.5.3)
2.5.3
2.5.2
2.5.1
2.5.0
2.4.5
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.8
2.3.7
2.3.6
2.3.5
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.1
2.1.0
2.0.4
2.0.3
2.0.1
2.0.0
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
2.0.0-alpha.1
The easiest way to build forms in Vue.
www.vueformulate.com
wearebraid/vue-formulate
@braid/vue-formulate
/
.travis.yml
13 lines
(12 loc)
•
153 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
language:
node_js
node_js:
-
"12"
cache:
npm:
true
directories:
-
~/.cache
install:
-
npm
ci
script:
-
npm
run
test
-
npm
run
cypress:ci