quasqui
Version:
The meta-framework suite designed from scratch for frontend-focused modern web development.
25 lines (24 loc) • 477 B
JSON
{
"routes": [
{
"urlPath": "/lib/entry",
"entryPath": "html/entry/index.html",
"entryName": "entry"
},
{
"urlPath": "/lib/home",
"entryPath": "html/home/index.html",
"entryName": "home"
},
{
"urlPath": "/lib/user",
"entryPath": "html/mobile/index.html",
"entryName": "mobile"
},
{
"urlPath": "/lib/user",
"entryPath": "html/mobile/index.html",
"entryName": "pc"
}
]
}