vue-bulma-components
Version:
Quickly Translate Bulma css in to vue components
14 lines (13 loc) • 419 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>vue-bulma-components</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.4.3/css/bulma.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>