Skip to content

Instantly share code, notes, and snippets.

@btodts
Created January 29, 2018 21:26
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 btodts/9e23604c93a2c74547559f093da09a27 to your computer and use it in GitHub Desktop.
Save btodts/9e23604c93a2c74547559f093da09a27 to your computer and use it in GitHub Desktop.
App.Vue without single-file components
<template>
<div id="app">
<main>
<router-view></router-view>
</main>
</div>
</template>
<script src="./app.view.js"></script>
<style src="./app.css"></style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment