Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sashafirsov/polymer3-portlet
- Owner: sashafirsov
- License: apache-2.0
- Created: 2019-06-03T00:11:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T22:14:09.000Z (almost 5 years ago)
- Last Synced: 2024-10-18T12:02:39.937Z (2 months ago)
- Topics: cdn, polymer3, portlets, webcomponents
- Language: JavaScript
- Homepage:
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# polymer3-portlet
demo for polymer3 application integration into Liferay portletThe 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)