Logo white

BJ_web_developers / itocdy

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • itocdy
  • itocdy
  • src
  • main.js
  • add vue init
    3e99135d
    Andy authored
    2018-11-20 18:14:59 +0800  
    Browse Code ยป
main.js 136 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8
import Vue from 'vue'
import App from './App.vue'

Vue.config.productionTip = false

new Vue({
  render: h => h(App),
}).$mount('#app')