pushstate server:与HTML5 Pushstate一起使用的静态文件服务器 源码
推送状态服务器 与HTML5 Pushstate一起使用的静态文件服务器。 例如,路由/some/pushstate/route将返回index.html文件。 但是,/ /some/static/path/logo.png static/ /some/static/path/logo.png logo.png将返回logo.png静态文件。 安装 npm install pushstate-server --save 用法 var server = require ( 'pushstate-server' ) ; server . start ( { port : 3000 , d
文件列表
pushstate-server-master.zip
(预估有个12文件)
pushstate-server-master
test
test-directory
test-json.json
17B
fixtures
index.html
10B
cat.jpg
159KB
cat.json
14B
cat.js
10B
index.js
3KB
暂无评论