Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T00:45:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T19:10:11.816Z (7 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