Skip to content

Instantly share code, notes, and snippets.

@bryceosterhaus
Created August 9, 2017 19:35
Show Gist options
  • Save bryceosterhaus/7b0b90b1f86f4b0e46f4e70cf6259750 to your computer and use it in GitHub Desktop.
Save bryceosterhaus/7b0b90b1f86f4b0e46f4e70cf6259750 to your computer and use it in GitHub Desktop.
<div id="container"></div>
<script>
const app = window.App() // this would need to both instantiate your app and also return the instance of it
app.doSomeMethod();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment