Skip to content

Instantly share code, notes, and snippets.

@xphong
Last active November 11, 2017 17:19
Show Gist options
  • Save xphong/9f57627fc737a3e4cd9b8c4ab2ef5b8a to your computer and use it in GitHub Desktop.
Save xphong/9f57627fc737a3e4cd9b8c4ab2ef5b8a to your computer and use it in GitHub Desktop.
Marvel API + Vuepack (Vue + Vuex) Blog Post Code
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/2.2.6/semantic.min.css">
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
<body>
<div id="app"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment