UNPKG
tinymce-vue-2
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
A vue 2 component for TinyMCE
github.com/mbouclas/tinymce-vue-2
mbouclas/tinymce-vue-2
tinymce-vue-2
/
.babelrc
11 lines
(10 loc)
•
174 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"presets"
:
[
"es2015"
,
"stage-2"
]
,
"plugins"
:
[
"transform-runtime"
]
,
"comments"
:
false
,
"env"
:
{
"test"
:
{
"plugins"
:
[
"istanbul"
]
}
}
}