vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 152 forks source link

Is there anyway vueify *.vue file to AMD Module? #208

Open lijialing888 opened 6 years ago

lijialing888 commented 6 years ago

Hi friends,

I try to use vueify compile a vue file, it is compiled to CommonJS module, How can I change it to AMD Module?

var __vueify_insert__ = require("vueify/lib/insert-css")  //Common Module Style

...

var hotAPI = require("vue-hot-reload-api")