Skip to content

Instantly share code, notes, and snippets.

@haidarafif0809
Created April 7, 2018 12:20
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 haidarafif0809/2763e9a9696242aa4b286cc4ac0184c6 to your computer and use it in GitHub Desktop.
Save haidarafif0809/2763e9a9696242aa4b286cc4ac0184c6 to your computer and use it in GitHub Desktop.
Main js of Hujan Duren The Game
// The Vue build version to load with the `import` command
// (runtime-only or standalone) has been set in webpack.base.conf with an alias.
import Vue from 'vue'
import App from './App'
import router from './router'
Vue.config.productionTip = false
Vue.use(require('vue-shortkey'))
/* eslint-disable no-new */
new Vue({
el: '#app',
router,
template: '<App/>',
components: { App }
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment