文件名称:history-example:历史API示例
文件大小:150KB
文件格式:ZIP
更新时间:2024-06-10 14:03:03
JavaScript
HTML5历史记录示例 来自示例,适用于node。 $ git clone https://github.com/nichoth/history-example.git $ cd history-example $ npm install $ npm run build $ node server.js Checkout 使用特殊的请求标头,因此服务器可以根据标头决定是发送整页还是部分页面。 使用virtual-dom进行所有渲染 客户端和服务器上的渲染代码相同 服务器提供完整页面-无需任何JS即可工作 去做 使用vdom-virtualize启动客户端渲染。
【文件预览】:
history-example-master
----package.json(997B)
----readme.md(661B)
----render()
--------content.js(887B)
----server.js(2KB)
----browser()
--------main.js(1KB)
----.gitignore(2KB)
----public()
--------image()
--------index.html(638B)
--------style.css(3KB)
----todo(94B)