Skip to content

Instantly share code, notes, and snippets.

@calebkiage
Last active December 24, 2019 19:47
Show Gist options
  • Save calebkiage/aefbcad4540b5b94a013dbf02339aaf7 to your computer and use it in GitHub Desktop.
Save calebkiage/aefbcad4540b5b94a013dbf02339aaf7 to your computer and use it in GitHub Desktop.

Revisions

  1. calebkiage renamed this gist Dec 24, 2019. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. calebkiage created this gist Dec 24, 2019.
    16 changes: 16 additions & 0 deletions index.html
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,16 @@

    <!DOCTYPE html>
    <html>
    <head>
    <title>Getting Started with Vue.js</title>
    </head>
    <body>
    <p>Empty html</p>

    <!-- development version of vue, includes helpful console warnings -->
    <!--<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>-->

    <!-- production version of vue, optimized for size and speed -->
    <script src="https://cdn.jsdelivr.net/npm/vue"></script>
    </body>
    </html>