Skip to content

Instantly share code, notes, and snippets.

@janit
Created January 25, 2017 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save janit/fb63b1c29703f47b40c64fd7de0160d3 to your computer and use it in GitHub Desktop.
Save janit/fb63b1c29703f47b40c64fd7de0160d3 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
var initialAppState = {{ appstate_serialized|raw }};
</script>
<script src="{{ asset('bundles/app/js/vue/vue.js') }}"></script>
<script src="{{ asset('bundles/app/js/vue/app.js') }}"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment