Skip to content

Instantly share code, notes, and snippets.

@harshaktg
Created September 5, 2020 14:57
Show Gist options
  • Save harshaktg/4cd60577805d625931fa7056294515bc to your computer and use it in GitHub Desktop.
Save harshaktg/4cd60577805d625931fa7056294515bc to your computer and use it in GitHub Desktop.
Index file MFE Single SPA
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MicroFrontEnds example</title>
<script src="./store.js"></script>
</head>
<body>
<div id="react"></div>
<div id="vue"></div>
<div id="vanillajs"></div>
<script src="./dist/singleSPA.config.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment