This module contains a custom static public frontend for the order management demo.
The frontend itself is a Vue.js applications located in the others
folder.
The Demo
module must be installed and configured before importing this addon module.
To import this module:
- Create a module named
DemoStaticSite
- Set the settings as:
{
"type": "git",
"origin": {
"uri": "https://github.com/simplicitesoftware/module-demo-staticsite.git"
}
}
- Click on the Import module button
You can make it the public page by adding this mapping to the URI_MAPPINGS
system parameter:
[
(...)
{ "source": "^(.*)$", "destination": "/ext/DemoStaticSite$1" }
]
Static frontend external object