如何使用Mithril JS制作同构JavaScript应用程序

时间:2015-05-18 17:46:49

标签: mithril.js

我希望能够在服务器上使用Mithril JS框架渲染javascript模板,用于搜索引擎优化和首次加载目的,并让它们在浏览器中运行。

2 个答案:

答案 0 :(得分:3)

查看此博文: 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

答案 1 :(得分:0)

为我的新框架(https://github.com/ezramorse/mens)提供一个开箱即用的解决方案

npm install mens
node node_modules/mens/example/server.js

或者只是从根要求(' men')并从头开始!