登录 注册
当前位置:主页 > 资源下载 > 9 > 在fis中,fis-postprocessor-annotate模块继承了ng-annotate的功能

在fis中,fis-postprocessor-annotate模块继承了ng-annotate的功能

  • 更新:2024-10-04 21:13:14
  • 大小:2KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

fis-postprocessor-annotate add ng-annotate for angularjs in fis postprocessor 在fis里继承ng-annotate的功能 安装 npm install -g fis-postprocessor-annotate 然后再fis-conf.js中开始annotate插件(如果基于fisp的,要把fisp的配置也一起拷贝过来) fis.config.merge({ modules : { postprocessor : { js : 'annotate' } } }) 使用 ,默认是add,如果想remove,可以再fis中添加以下配置 fis.config.merge({ settings : { postproc