Skip to content

Instantly share code, notes, and snippets.

@SpencerCooley
Created December 6, 2017 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SpencerCooley/11bb5417334c775a8ac8710daa7e9bda to your computer and use it in GitHub Desktop.
Save SpencerCooley/11bb5417334c775a8ac8710daa7e9bda to your computer and use it in GitHub Desktop.
default starter for single file vue component
<template>
</template>
<script>
import store from '../store.js'
export default {
}
</script>
<style lang="scss">
.thing-stuff{
background-color:green;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment