Message Boards

Vanilla Js App inside Liferay

Nikola Radojicic, modified 3 Years ago.

Vanilla Js App inside Liferay

New Member Posts: 3 Join Date: 12/17/20 Recent Posts

Is there any chance to make simple application with one html and one JS file inside Liferay?

thumbnail
Christoph Rabel, modified 3 Years ago.

RE: Vanilla Js App inside Liferay

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts

That depends on your usecase.

An easy approach could be to use a reverse proxy that maps the html page to a url. Other options, if you want to e.g. keep the Liferay header and footer, include embedding an Iframe or to put the html and js in a fragment.