Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SergeyLitvin/1e0f8aebd3e9a8f24e7f033ea04de965 to your computer and use it in GitHub Desktop.
Save SergeyLitvin/1e0f8aebd3e9a8f24e7f033ea04de965 to your computer and use it in GitHub Desktop.
Vue-one_file_components
<!-- https://ru.vuejs.org/v2/guide/single-file-components.html -->
<!-- my-component.vue -->
<template src="./my-component.html"></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