An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![](https://docs.simplicite.io//logos/logo250.png)
* * *

`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