All Projects → wesbos → Javascript Modules

wesbos / Javascript Modules

Article and code samples for article: Using `npm` and ES6 Modules for Front End Development

Programming Languages

javascript
184084 projects - #8 most used programming language

JavaScript Modules

A blog post about using NPM and ES6 modules. If you have any corrections, suggestions, clarifications

Includes some very simple Browserify and Webpack ES6 Module examples in the example-code directory.

To run:

npm install

Then run:

npm run bundle for browserify or npm run webpack for webpack. The brains behind these commands are in the package.json file and webpack.config.js.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].