Skip to content

Instantly share code, notes, and snippets.

@markuman
Created March 9, 2018 09:34
Show Gist options
  • Save markuman/4e9ced7d7dd555e4a9e7972cdd6a1764 to your computer and use it in GitHub Desktop.
Save markuman/4e9ced7d7dd555e4a9e7972cdd6a1764 to your computer and use it in GitHub Desktop.
<!-- my-component.vue -->
<template>
<div>This will be pre-compiled</div>
</template>
<script src="./my-component.js"></script>
<style src="./my-component.css"></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment