Created
August 9, 2017 19:35
-
-
Save bryceosterhaus/7b0b90b1f86f4b0e46f4e70cf6259750 to your computer and use it in GitHub Desktop.
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
<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