Skip to content

Instantly share code, notes, and snippets.

@Jantho1990
Created June 17, 2018 01:00
Show Gist options
  • Save Jantho1990/bfffc033133d00c842e680fedc9f329d to your computer and use it in GitHub Desktop.
Save Jantho1990/bfffc033133d00c842e680fedc9f329d to your computer and use it in GitHub Desktop.
Star Rating Vue - 1a
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
/* eslint-disable no-new */
new Vue({
el: '#app',
render: h => h(App)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment