Skip to content

Instantly share code, notes, and snippets.

@bachhm-dev
Created August 30, 2020 03:21
Show Gist options
  • Select an option

  • Save bachhm-dev/70eb33cd170954141125de622557be82 to your computer and use it in GitHub Desktop.

Select an option

Save bachhm-dev/70eb33cd170954141125de622557be82 to your computer and use it in GitHub Desktop.
import { createApp } from 'vue'
import App from './App.vue'
import './index.css'
createApp(App).mount('#app')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment