An open API service indexing awesome lists of open source software.

https://github.com/paulkazusek/node_modules

experimental-modules with node
https://github.com/paulkazusek/node_modules

ecmascript2015 ecmascript6 es6 javascript modules node nodejs

Last synced: about 1 month ago
JSON representation

experimental-modules with node

Awesome Lists containing this project

README

          

# ECMAScript Modules example with Node

## Requirements

![requirements](images/requirements.png)

## Example

![person](images/personjs.png)

![app](images/appjs.png)

## package.json

![package.json](images/packagejson.png)

## Run the example

![execute](images/execute.png)

## Links

**[Node.js Documentation](https://nodejs.org/api/esm.html)**

**[nodejs/modules (github)](https://github.com/nodejs/modules)**

**[tc39](https://tc39.es/ecma262/#sec-modules)**

**[exploringjs](https://exploringjs.com/es6/ch_modules.html)**