Drag and drop interface to create a page layout
Just run commands in commandline tool and open index.html
in a browser.
npm install && npm run build
npm install && npm test
{
"items": {
"0": {
"id": 0,
"type": "container",
"content": [1, 2, 3]
},
"1": {
"id": 1,
"parentId": 0,
"type": "container",
"content": [4]
},
"2": {
"id": 2,
"parentId": 0,
"type": "leaf"
},
"3": {
"id": 3,
"parentId": 0,
"type": "container",
"content": []
},
"4": {
"id": 4,
"parentId": 1,
"type": "leaf"
}
}
}