以前的:用于客户端应用程序的微型预渲染器 源码
蚂蚁 轻松预渲染静态网站。 Antedate是一个简单的API和CLI,它使用Chrome Pupeteer来预渲染客户端网站。 它会自动启动本地服务器并渲染提供的每个路由。 安装 $ npm install antedate 用法 您可以使用或 。 $ antedate render -r /home -r /about import antedate from 'antedate' const routes = [ '/' , '/about' , '/contact' ] ; const site = './site' ; await antedate ( site , routes
文件列表
antedate-master.zip
(预估有个14文件)
antedate-master
.travis.yml
33B
package.json
830B
readme.md
3KB
.github
workflows
main.workflow
436B
test
index.js
1KB
site
暂无评论