UNPKG

weex-ui-demo

Version:

A rich interaction, lightweight, high performance UI library based on Weex

15 lines (11 loc) 309 B
import Vue from 'vue' import weex from 'weex-vue-render' weex.init(Vue) /* weex initialized here, please do not move this line */ const router = require('@/router') const App = require('@/index.vue') /* eslint-disable no-unused-vars */ const vm = new Vue(Vue.util.extend({ el: '#root', router }, App))