Skip to content

Instantly share code, notes, and snippets.

@dengjonathan
Last active December 8, 2016 22:21
Show Gist options
  • Save dengjonathan/70e701caf946ca2f07e5c75f5c91ea7e to your computer and use it in GitHub Desktop.
Save dengjonathan/70e701caf946ca2f07e5c75f5c91ea7e to your computer and use it in GitHub Desktop.
Backbone Jquery MVC
<!DOCTYPE html>
<html>
<head>
<title>Backbone.js MVC</title>
</head>
<body>
<div id="app"></div>
<!-- App Dependencies -->
<script
src="https://code.jquery.com/jquery-3.1.1.slim.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/backbone.js/1.3.3/backbone-min.js"></script>
<script>
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment