We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Welcome to the goblet wiki!
Goblet本来是设计用于包装Martini用于大型项目的,具体的设计理念包括
但由于发现Martini的理念有很多过于独特的地方,并且和项目组以往的习惯有很多不同,故做成了完整的web框架
具体的用法参见Wiki
#New
增加了对bower的内建支持,可以在模板中直接使用bower加载插件,参见Bower集成
<head> …… {{ bower "bootstrap" "2.3.2"}} <link href="/plugins/bootstrap/docs/assets/css/bootstrap-responsive.css" rel="stylesheet"> </head>