1. nunjucks
A powerful templating engine with inheritance, asynchronous control, and more (jinja2 inspired)
nunjucks
Package: nunjucks
Created by: mozilla
Last modified: Thu, 13 Apr 2023 14:43:06 GMT
Version: 3.2.4
License: BSD-2-Clause
Downloads: 2,836,156
Repository: https://github.com/mozilla/nunjucks

Install

npm install nunjucks
yarn add nunjucks

Nunjucks

NPM Version
NPM Downloads
Linux Build
Windows Build
Test Codecov

Nunjucks is a full featured
templating engine for javascript. It is heavily inspired by
jinja2. View the docs
here.

Installation

npm install nunjucks

To use the file watcher built-in to Nunjucks, Chokidar must be installed separately.

npm install nunjucks chokidar

(View the CHANGELOG)

Documentation

See here.

Browser Support

Supported in all modern browsers. For IE8 support, use es5-shim.

Tests

Run the tests with npm test.

Watch master branch's tests running in the browser.

Mailing List

Join our mailing list and get help with and issues you have:
https://groups.google.com/forum/?fromgroups#!forum/nunjucks

Want to help?

Contributions are always welcome! Before you submit an issue or pull request, please read our contribution guidelines.

Contributors

RELATED POST

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Enhancing Vue.js Development: Harnessing the Potential of Vue-Loader

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Simplify Data Validation in Vue.js: A Step-by-Step Guide to Using Regex

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Troubleshooting Made Easy: Common Issues and Solutions with vue-loader Without vue-cli

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Optimizing Webpack 4 with Vue CLI 3: Disabling the Cache-Loader

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin

Step-by-Step Guide: How to Add a Function to Your Vuex Plugin