https://github.com/dperrymorrow/handlebars-esm
a port of Handlebars to esm compatable module
https://github.com/dperrymorrow/handlebars-esm
Last synced: 8 months ago
JSON representation
a port of Handlebars to esm compatable module
- Host: GitHub
- URL: https://github.com/dperrymorrow/handlebars-esm
- Owner: dperrymorrow
- License: mit
- Created: 2020-09-14T18:00:20.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T18:48:48.000Z (over 5 years ago)
- Last Synced: 2025-10-05T23:55:30.646Z (8 months ago)
- Language: JavaScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# handlebars-esm
a port of Handlebars to esm compatable module
## Usage
from npm
```
npm i handlebars-esm --save
```
```javascript
import Handlebars from "handlebars-esm";
```
or directly from unpkg
```javascript
import Handlebars from "https://unpkg.com/handlebars-esm";
```