https://github.com/oieduardorabelo/node-esm-example
Example how to use @std/esm in Node.js
https://github.com/oieduardorabelo/node-esm-example
Last synced: 4 months ago
JSON representation
Example how to use @std/esm in Node.js
- Host: GitHub
- URL: https://github.com/oieduardorabelo/node-esm-example
- Owner: oieduardorabelo
- Created: 2018-01-22T11:06:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:45:03.000Z (over 2 years ago)
- Last Synced: 2024-12-29T21:12:01.091Z (4 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Using esm for ES Modules in Node.js
Complete example for my article, in PT-BR:
* [Usando ES Modules em Node.js hoje!](https://medium.com/@oieduardorabelo/usando-es-modules-em-node-js-hoje-278ef1fd86bf).
Using `esm` to enable ES Modules in your Node.js