1. 首页
  2. 数据库
  3. 其它
  4. gulp nim:Gulp插件来编译Nim文件 源码

gulp nim:Gulp插件来编译Nim文件 源码

上传者: 2021-03-29 19:35:15上传 ZIP文件 32.14KB 热度 22次
gulp-nim Gulp插件来编译文件。 安装 npm i -D gulp-nim 用法 gulpfile.js const { src , dest } = require ( 'gulp' ) const nim = require ( 'gulp-nim' ) exports . default = function ( ) { return src ( './src/nim/app.nim' ) . pipe ( nim ( { d : 'release' , opt : 'size' , colors : true , skipCfg : '' } ) )
用户评论