metalsmith-serve:一个metalsmith插件,用于服务构建目录。 –该插件即将接受

时间:2024-06-12 14:31:20
【文件属性】:

文件名称:metalsmith-serve:一个metalsmith插件,用于服务构建目录。 –该插件即将接受

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-12 14:31:20

JavaScript

金属匠服务 一个metalsmith插件,用于服务构建目录。 最适合在开发中和金属史密斯表上使用。 安装 $ npm install metalsmith-serve 基本范例 var metalsmith = require ( 'metalsmith' ) ; var serve = require ( 'metalsmith-serve' ) ; metalsmith ( __dirname ) . use ( serve ( ) ) . build ( function ( err ) { if ( err ) { throw err ; } } ) ; 这将为Metalsmith的build目录提供服务,该目录位于localhost:8080。 默认情况下,metalsmith-serve将仅记录错误请求。 进阶范例 var metalsmith =


【文件预览】:
metalsmith-serve-master
----.travis.yml(358B)
----package.json(811B)
----test()
--------index.js(11KB)
--------fixtures()
----.gitignore(47B)
----lib()
--------index.js(4KB)
----README.md(2KB)

网友评论