将vue模板渲染成php模板 因为本项目是结合vue-php开发的fis插件,所以翻译后的php文件,需要结合vue-php使用。
$ git clone https://github.com/jnlong/fis-parser-vue-to-php
$ cd fis-parser-vue-to-php
$ npm install
编译vue组件
fis.match('component/comm/**.vue', {
parser: [
fis.plugin('vue-to-php',{outPath: 'template_vue', ext: '.ph'})
]
});
##参数
- outPath // 输出路径,默认为空
- ext // 输出文件的扩展名,默认为.php