2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-05-17 07:09:36 +03:00
Files
cristijora 1088e57362 Support shape types (circle, square and simple tabs)
Support any kind of icons and display numbers if icons are not provided
Getting rid of many bootstrap dependencies: progress-bar, navs (WIP for buttons)
2017-04-17 13:49:26 +03:00

15 lines
448 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>webpack-vue-clean</title>
<!--<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">-->
<link rel="stylesheet" href="/static/themify-icons.css">
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>