D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
zidom
Full window
Github gist
JS Bin // source https://jsbin.com/podicoz
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>JS Bin</title> <script src="https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.13/vue.min.js"></script> </head> <body> <div id="app"></div> <script> new Vue({ el:'#app' template:'#hello-world-template' }) </script> <script type="text/x-template" id="hello-world-template"> <p>Hello hello hello</p> </script> </body> </html>
https://cdnjs.cloudflare.com/ajax/libs/vue/2.5.13/vue.min.js