UNPKG
minix-template
Version:
latest (0.0.1)
0.0.1
minix template
minix-template
/
test
/
card
/
expected
/
expression
/
expression.json
23 lines
•
327 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{ "template": { "type":
"div"
,
"attr"
: {}, "classList": [
"container"
],
"children"
: [ { "type":
"text"
,
"attr"
: { "value":
"{{content}}"
} } ] }, "actions": {}, "styles": {}, "data": { "
content
":
"Hello World!"
}, "apiVersion": {} }