UNPKG

wox-cli

Version:

scaffold for create component, toolkit and so on

11 lines (9 loc) 183 B
import Vue from 'vue'; import App from './App'; Vue.config.productionTip = false; /* eslint-disable no-new */ new Vue({ el: '#app', components: { App }, template: '<App/>' });