Snow 1d0b9c5323 增加了node环境 | 1 mēnesi atpakaļ | |
---|---|---|
.. | ||
bin | 1 mēnesi atpakaļ | |
browser | 1 mēnesi atpakaļ | |
src | 1 mēnesi atpakaļ | |
LICENSE | 1 mēnesi atpakaļ | |
README.md | 1 mēnesi atpakaļ | |
index.js | 1 mēnesi atpakaļ | |
package.json | 1 mēnesi atpakaļ |
Nunjucks is a full featured templating engine for javascript. It is heavily inspired by jinja2. View the docs here.
npm install nunjucks
To use the file watcher built-in to Nunjucks, Chokidar must be installed separately.
npm install nunjucks chokidar
(View the CHANGELOG)
See here.
Supported in all modern browsers. For IE8 support, use es5-shim.
Run the tests with npm test
.
Watch master
branch's tests running in the browser.
Join our mailing list and get help with and issues you have: https://groups.google.com/forum/?fromgroups#!forum/nunjucks
Contributions are always welcome! Before you submit an issue or pull request, please read our contribution guidelines.