1.1.3 • Published 6 years ago

fis-parser-vue-to-php v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

vue-php

将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

fis配置

编译vue组件

fis.match('component/comm/**.vue', {
    parser: [
        fis.plugin('vue-to-php',{outPath: 'template_vue', ext: '.ph'})
    ]
});

##参数

  • outPath // 输出路径,默认为空
  • ext // 输出文件的扩展名,默认为.php

License

MIT

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.6

6 years ago

1.0.5

7 years ago

1.0.3

7 years ago

1.0.4

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago