grunt-couchapp:一个用于构建和上传Couchapps的grunt插件。 #不推荐使用

时间:2024-05-30 07:01:26
【文件属性】:

文件名称:grunt-couchapp:一个用于构建和上传Couchapps的grunt插件。 #不推荐使用

文件大小:7KB

文件格式:ZIP

更新时间:2024-05-30 07:01:26

JavaScript

grunt-couchapp 一个用于构建和安装Couchapps的Grunt插件 入门 使用以下项目在项目的旁边安装此grunt插件: npm install grunt-couchapp 然后将此行添加到项目的grunt.js gruntfile中: grunt . loadNpmTasks ( 'grunt-couchapp' ) ; 文献资料 您将需要为插件添加一些配置。 该插件提供了三个任务, mkcouchdb用来创建新的数据库, rmcouchdb用来删除所有数据并删除现有的数据库,以及couchapp ,它将指定的ouchapp安装到数据库中。 mkcouchdb: { demo: { db: 'http://localhost:5984/grunt-couchapp-demo' } }, rmcouchdb: { demo:


【文件预览】:
grunt-couchapp-master
----LICENSE-MIT(1KB)
----Gruntfile.js(2KB)
----.npmignore(15B)
----demo()
--------app.js(523B)
--------attachments()
----tasks()
--------couchapp.js(3KB)
----test()
--------couchapp_test.js(739B)
----README.md(2KB)
----.gitignore(51B)
----bin()
--------grunt-couchapp(71B)
----package.json(996B)

网友评论