如何使用 Mithril JS 制作同构 JavaScript 应用程序
How to make an isomorphic JavaScript app with Mithril JS
我希望能够在服务器上使用 Mithril JS 框架呈现 javascript 模板以用于 SEO 和首次加载目的,并将它们 运行 在浏览器中。
查看此博客 post:
https://gist.github.com/StephanHoyer/bddccd9e159828867d2a
这个示例回购:
https://github.com/StephanHoyer/mithril-isomorphic-example
到运行演示,只需
Clone the repo
cd into it
run npm install
run node server
试一试我的新框架 (https://github.com/ezramorse/mens) 以获得开箱即用的解决方案
npm install mens
node node_modules/mens/example/server.js
或者只是从根开始要求('mens'),然后从头开始!
我希望能够在服务器上使用 Mithril JS 框架呈现 javascript 模板以用于 SEO 和首次加载目的,并将它们 运行 在浏览器中。
查看此博客 post: https://gist.github.com/StephanHoyer/bddccd9e159828867d2a
这个示例回购: https://github.com/StephanHoyer/mithril-isomorphic-example
到运行演示,只需
Clone the repo
cd into it
run npm install
run node server
试一试我的新框架 (https://github.com/ezramorse/mens) 以获得开箱即用的解决方案
npm install mens
node node_modules/mens/example/server.js
或者只是从根开始要求('mens'),然后从头开始!