Created
December 28, 2017 20:17
-
-
Save aramkoukia/7be3c264c5060020a9c0047cab5f91f0 to your computer and use it in GitHub Desktop.
This 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 characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <script src="https://unpkg.com/vue"></script> | |
| <script src="app.js"></script> | |
| </head> | |
| <body> | |
| <div id="app"> | |
| <p>{{ message }}</p> | |
| </div> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment