Skip to content

simplicitesoftware/module-demo-staticsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


DemoStaticSite module definition

Introduction

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.

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:
{
	"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:

[
    (...)
    { "source": "^(.*)$", "destination": "/ext/DemoStaticSite$1" }
]

DemoStaticSite external object definition

Static frontend external object

About

Static Vue.js web site frontend for the demo application

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors