Last active
          December 24, 2019 19:47 
        
      - 
      
- 
        Save calebkiage/aefbcad4540b5b94a013dbf02339aaf7 to your computer and use it in GitHub Desktop. 
Revisions
- 
        calebkiage renamed this gist Dec 24, 2019 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewingFile renamed without changes.
- 
        calebkiage created this gist Dec 24, 2019 .There are no files selected for viewingThis file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>