UNPKG

vue-multipane

Version:
43 lines (34 loc) 1.23 kB
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>vue-multipane - Resizable split panes for Vue.js.</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.5.3/css/bulma.min.css"> </head> <body> <div class="container"> <header> <section class="hero"> <div class="hero-body"> <h1 class="title is-1">vue-multipane demo</h1> <h2 class="subtitle">Resizable split panes for Vue.js.</h2> <a href="https://github.com/yansern/vue-multipane" class="button is-info">View GitHub page &raquo;</a> </div> </section> </header> <hr style="margin-bottom: 0;" /> <main> <div id="app"></div> </main> <hr style="margin-bottom: 0;" /> <footer class="footer"> <div class="container"> <p><strong><a href="https://github.com/yansern/vue-multipane">vue-multipane</a></strong> by <a href="https://twitter.com/yansernio">Yan Sern</a>. This is an open source project released under the <a href="LICENSE">MIT License</a>.</p> </div> </footer> </div> <script src="manifest.js"></script> <script src="vendor.js"></script> <script src="main.js"></script> </body> </html>