tern-gulp
插件是Tern用于完成自动提示Gulp API的插件。
tern-gulp
在GitHub上的网址:https://github.com/angelozerr/tern-gulp
操作系统 | 包管理器 | 安装命令 |
---|---|---|
All | npm | npm install -g tern-gulp |
All | yarn | yarn global add tern-gulp |
在.tern_project
配置文件中做如下的配置即可:
{
"libs": [
"browser",
"underscore",
"jquery"
],
"plugins": {
"node": {},
"node-express": {},
"tern-gulp": {},
}
}