vue-compiler-amd
v1.0.3
Published
Compiler for vue that can compile .vue to amd module.(not stable)
Downloads
5
Readme
Vue compiler AMD
A compiler which can compiler .vue
file to an AMD style .js
file.
Warning
- Don't use the keywords
import
/export
of ES6 - Don't use the
style
tag in.vue
file, because I didn't write it