4.3.5 • Published 9 years ago
nodetpl-plus v4.3.5
nodetpl-plus
A powerful, efficient, easy to use, funny JavaScript template engine.
Why use nodetpl-plus?
- Free: Open source, free use under MIT license
- Superior performance: Super-fast run, like lightning analytical efficiency
- Native js syntax: Yes, it's HTML & JavaScript++, not like learning a new language as painful
- Precompiled: Js file compiled in advance, reducing the burden on the browser running
- Multiple templates: Support complex multi-template, include step
- Template leveled CSS/JS: Original CSS / JS with the package mechanism, independent of the template can have its own CSS / JS
- ES6: ES6 is supported
- Quick learning: Just 10 minutes from entry to proficient
Good compatibility: Compatible with all major browsers, IE, Firefox, Chrome, Safari etc
Install
npm install nodetpl-plus --save
Usage
var NodeTplPlus = require('nodetpl-plus').default;
// or
//import NodeTplPlus from 'nodetpl-plus';
var result = new NodeTplPlus({
library: 'commonjs'
}).compile('template html code');
Detailed documentation
Go to the official site: http://www.nodetpl.com/nodetpl-plus
Questions?
If you have any questions, please feel free to ask through New Issue.
License
nodetpl-plus is available under the terms of the MIT License.
4.3.5
9 years ago
4.3.4
9 years ago
4.3.3
9 years ago
4.3.2
9 years ago
4.3.1
9 years ago
4.3.0
9 years ago
4.2.0
9 years ago
4.1.0
9 years ago
4.0.0
9 years ago
2.5.0
9 years ago
2.4.0
9 years ago
2.3.0
9 years ago
2.2.0
9 years ago
2.1.0
9 years ago
2.0.0
9 years ago
1.4.0
10 years ago
1.3.0
10 years ago
1.2.6
10 years ago
1.2.5
10 years ago
1.2.4
10 years ago
1.2.3
10 years ago
1.2.2
10 years ago
1.2.1
10 years ago