Skip to content

Latest commit

 

History

History
36 lines (31 loc) · 810 Bytes

README.md

File metadata and controls

36 lines (31 loc) · 810 Bytes

isic-challenge-leaderboard

Project setup

yarn install

Compiles and hot-reloads for development

yarn run serve

Compiles and minifies for production

yarn run build

Lints and fixes files

yarn run lint

Usage

<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>