vue-framework-for-Apache-Weex
vue-framework-for-Apache-Weex copied to clipboard
[suggestion] merge weex-vue-loader & vue-loader together
In vue-loader
we hope to:
- build weex js bundle through
app.vue?platform=weex
- automatically call
new Vue({ el: '#app', ...options })
throughapp.vue?el=#app
in order to delete entry js file - even output both weex js bundle and web js bundle just like
[name]-[platform].js
in one webpack task throughapp.vue?platform=all
(is that possible?)
Can we list out the differences between the web build and weex build? (i.e. what is currently different in weex-vue-loader?)