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
/
babel.config.js
14 lines
(13 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
env:
{
test:
{
presets:
[ [
'@babel/preset-env'
, {
targets:
{
node:
'9'
} } ] ] } } }