Created
February 20, 2020 20:00
-
-
Save Yengas/f1d584dbc029419a8eb0bfbda30ad0bf to your computer and use it in GitHub Desktop.
Micro-frontend architecture and React with Web Components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<!-- Seller Partner Panel related code --> | |
<script src="$public-url/seller-store.vendor.min.js" type="text/javascript"></script> | |
<script src="$public-url/seller-store.min.js" type="text/javascript"></script> | |
</head> | |
<body> | |
<!-- Seller Partner Panel related code --> | |
<seller-store-editor /> | |
<!-- Seller Partner Panel related code --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment