https://github.com/simplicitesoftware/module-demo-staticsite
Static Vue.js web site frontend for the demo application
https://github.com/simplicitesoftware/module-demo-staticsite
Last synced: 6 months ago
JSON representation
Static Vue.js web site frontend for the demo application
- Host: GitHub
- URL: https://github.com/simplicitesoftware/module-demo-staticsite
- Owner: simplicitesoftware
- Created: 2022-11-01T18:00:37.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-30T15:39:32.000Z (over 1 year ago)
- Last Synced: 2025-01-30T16:35:57.787Z (over 1 year ago)
- Language: Vue
- Size: 25.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

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