Skip to content

Instantly share code, notes, and snippets.

@roberto-butti
Created May 30, 2017 05:07
Show Gist options
  • Save roberto-butti/8dbfd338f5d43bbdd5f47691b6ee9fc7 to your computer and use it in GitHub Desktop.
Save roberto-butti/8dbfd338f5d43bbdd5f47691b6ee9fc7 to your computer and use it in GitHub Desktop.
custom element Vue Component
<!DOCTYPE html>
<html>
<head>
<title>Tomato</title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.2/css/bulma.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="app">
<h1>{{ name }}</h1>
<timer timer="0"></timer>
</div>
<script type="text/javascript" src="dist/app.bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment