蚂蚁 轻松预渲染静态网站。 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