You are here

vue_example_webpack in Decoupled Blocks: Vue.js 8

File

components/vue_example_webpack/index.html
View source
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>vue_example_webpack</title>
  </head>
  <body>
    <div class="vue-example-webpack"></div>
    <script src="/dist/build.js"></script>
  </body>
</html>