@pluginarch/create-parch
Version:
this is way to create a ui project
65 lines (64 loc) • 1.54 kB
JSON
[{
"projectName": "PEProj",
"active": true,
"routes": [{
"path": "/app",
"component": "",
"name": "App",
"componentPath": "./pages/App.mjs"
},
{
"path": "/about",
"component": "",
"name": "About",
"componentPath": "./pages/About.mjs"
},
{
"path": "/testbutton",
"component": "",
"name": "TestButton",
"componentPath": "./pages/PButton/TestButton.mjs"
},
{
"path": "/canvaseditor",
"component": "",
"name": "CanvasEditor",
"componentPath": "./pages/canvasEditor/CanvasEditor.mjs"
},
{
"path": "/login",
"component": "",
"name": "Login",
"componentPath": "./pages/Login.mjs"
},
{
"path": "/leftmenu",
"component": "",
"name": "LeftMenu",
"componentPath": "./pages/left/LeftMenu.mjs"
}]
},{
"projectName": "HTExapleStruceture",
"active": false,
"routes": [{
"path": "/htexaplestruceture",
"component": "",
"name": "HTExapleStruceture",
"componentPath": "./pages/ht-for-web-8.0.3/guide/core/treetableview/examples/HTExapleStruceture.mjs"
}]
},{
"projectName": "Graph",
"active": false,
"routes":[{
"path": "/editorelement",
"component": "",
"name": "EditorElement",
"componentPath": "./pages/GraphPub_1.0.0/face/EditorElement.mjs"
},
{
"path": "/graphpubelement",
"component": "",
"name": "GraphPubElement",
"componentPath": "./pages/GraphPub_1.0.0/face/GraphPubElement.mjs"
}]
}]