<template lang="html">
<div class="component-wrapper">
<p>I'm a new vue component.</p>
</div>
</template>
<script>
export default {
mounted() {
console.log('New component mounted.')
}
}
</script>
<style lang="css">
</style>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<header>
<nav>
</nav>
</header>
<main>
<section>
<p>HTML5 boilerplate structured page.</p>
</section>
</main>
<footer>
<p> Name © 2018. All rights reserved. </p>
</footer>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
ga('create', 'UA-XXXXX-Y', 'auto'); ga('send', 'pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>
MIT © Tamer Altintop
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.