Created
February 18, 2018 20:14
-
-
Save jbenner-radham/0ccc39ff0207c67d2f2bd3c5af832cc5 to your computer and use it in GitHub Desktop.
A minimal Vue.js single file component.
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
| <template> | |
| <h1>Hello World!</h1> | |
| </template> | |
| <script> | |
| export default { | |
| name: 'app' | |
| } | |
| </script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment