文件名称:grunt-styledown:通过 Styledown 生成样式指南的 Grunt 插件
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-18 12:32:01
JavaScript
grunt-styledown 通过 Styledown 生成样式指南的 Grunt 插件 入门 这个插件需要 Grunt。 如果您以前从未使用过 ,请务必查看《指南》,因为它说明了如何创建以及安装和使用Grunt插件。 熟悉该过程后,可以使用以下命令安装此插件: npm install grunt-styledown --save-dev 安装插件后,可以使用以下 JavaScript 代码在 Gruntfile 中启用它: grunt . loadNpmTasks ( 'grunt-styledown' ) ; “styledown”任务 概述 在项目的 Gruntfile 中,将名为styledown的部分添加到传递给grunt.initConfig()的数据对象中。 grunt . initConfig ( { styledown : { build :
【文件预览】:
grunt-styledown-master
----package.json(872B)
----tasks()
--------styledown.js(3KB)
----test()
--------expected()
--------styledown_test.js(3KB)
--------fixtures()
----LICENSE(1KB)
----Gruntfile.js(2KB)
----.gitignore(31B)
----README.md(3KB)
----.jshintrc(237B)
----.editorconfig(214B)