Skip to content

Commit

Permalink
improve(setup) Fix bugs and setup rollup dev environment
Browse files Browse the repository at this point in the history
  • Loading branch information
berndartmueller committed Apr 16, 2020
1 parent 03a663c commit a7dc15c
Show file tree
Hide file tree
Showing 15 changed files with 2,118 additions and 241 deletions.
12 changes: 7 additions & 5 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="./../src/css/styles.css" />
<link rel="stylesheet" href="index.css" />
<style>
.image-swiper {
border: 1px solid #ccc;
Expand All @@ -16,9 +16,11 @@
<!-- Slider main container -->
<div class="vswiper-container image-swiper">
<!-- Additional required wrapper -->
<div class="vswiper-wrapper">
<!-- Slides -->
<!-- <div class="vswiper-slide"><span>Slide 1</span></div> -->
<div class="vswiper__track">
<div class="vswiper__list">
<!-- Slides -->
<!-- <div class="vswiper-slide"><span>Slide 1</span></div> -->
</div>
</div>
<!-- If we need pagination -->
<div class="vswiper-pagination"></div>
Expand All @@ -28,6 +30,6 @@
<div class="vswiper-button-next"></div>
</div>

<script src="./../dist/index.bundle.js"></script>
<script src="index.bundle.js"></script>
</body>
</html>
Loading

0 comments on commit a7dc15c

Please sign in to comment.