yarn install
yarn run serve
yarn run build
yarn run lint
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900" rel="stylesheet">
<link href=".../dist/css/chunk-vendors.css" rel="stylesheet">
<link href=".../dist/css/app.css" rel="stylesheet">
</head>
<body>
<div id="app" data-challenge-id="39"></div>
<!- "data-by-team-default" and "data-default-task" may also be set as attributes --->
<script src=".../js/chunk-vendors.js" type="text/javascript"></script>
<script src=".../js/app.js" type="text/javascript"></script>
</body>