Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sashafirsov/polymer3-portlet

demo for polymer3 application integration into Liferay portlet with CDN pattern of JS/CSS use.
https://github.com/sashafirsov/polymer3-portlet

cdn polymer3 portlets webcomponents

Last synced: 16 days ago
JSON representation

demo for polymer3 application integration into Liferay portlet with CDN pattern of JS/CSS use.

Awesome Lists containing this project

README

        

# polymer3-portlet
demo for polymer3 application integration into Liferay portlet

The project comprise the liferay workspace with portlet code in `modules/polymer-portlet`

# Setup & build

* prepare Liferay instance in `bundles/` folder by running `InitBundle` gradle task.
In IntelliJ it is available in "Liferay" context menu on project level.

* in `modules/polymer-portlet/src/main/resources/META-INF/resources/polymer3-demo`
* follow [README.md](modules/polymer-portlet/src/main/resources/META-INF/resources/polymer3-demo) "Setup" and "Build" instructions
* run gradle `deploy` task
* run portal and insert into page `Polymer demo portlet`

# Links
[Blog on design of this project](https://blog.firsov.net/2019/06/liferay-polymer-integration.html)

[Liferay Cheat Sheet](liferay-7-cheat-sheet.md)