Skip to content

Instantly share code, notes, and snippets.

@mjgartendev
Created May 28, 2018 23:45
Show Gist options
  • Save mjgartendev/d38bd0d042ffd1e3e88a311edbab38ba to your computer and use it in GitHub Desktop.
Save mjgartendev/d38bd0d042ffd1e3e88a311edbab38ba to your computer and use it in GitHub Desktop.
Component for Vue pages/views using typescript and postcss
<template>
</template>
<script lang="ts">
import Vue from 'vue'
export default Vue.extend({
})
</script>
<style lang="postcss" scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment