2
0
mirror of https://github.com/tenrok/vue-form-wizard.git synced 2026-06-14 14:12:24 +03:00

Add playground demos

This commit is contained in:
cristijora
2017-05-28 13:47:57 +03:00
parent 5bf2760bcb
commit e30a89a888
2 changed files with 472 additions and 0 deletions
+29
View File
@@ -6,6 +6,10 @@
<meta name="description" content="A vue based tab/form wizard">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<link rel="stylesheet" href="https://rawgit.com/cristijora/vue-form-wizard/master/dist/vue-form-wizard.min.css">
<link rel="stylesheet" href="https://rawgit.com/lykmapipo/themify-icons/master/css/themify-icons.css">
<link rel="stylesheet" href="https://unpkg.com/element-ui@1.3.4/lib/theme-default/index.css">
<link rel="stylesheet" href="https://unpkg.com/vuep/dist/vuep.css">
</head>
<body>
<div id="app"></div>
@@ -17,4 +21,29 @@
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="https://unpkg.com/babel-standalone/babel.min.js"></script>
<script src="https://unpkg.com/vue"></script>
<script src="https://npmcdn.com/vue-router@2.4.0/dist/vue-router.js"></script>
<script src="https://rawgit.com/cristijora/vue-form-wizard/master/dist/vue-form-wizard.js"></script>
<script src="https://unpkg.com/element-ui@1.3.4/lib/index.js"></script>
<script src="https://unpkg.com/vuep"></script>
<style type="text/css">
.vuep{
height: inherit !important;
display: flex;
flex-direction: column;
}
.vuep-editor,
.vuep-preview{
width:100%;
}
.cm-s-material .cm-error{
color: rgba(255, 83, 112, 1);
background-color: inherit !important;
}
</style>
</html>