BRUL / NEJD-online

3 stars 1 forks source link

Introduce NPM #10

Closed Voles closed 7 years ago

Voles commented 7 years ago

This PR contains an example of how to use NPM. I've replaced some dependencies loaded via a CDN with self-hosted version installed with NPM + add documentation.

Pro's

Con's

The next step would be to concatenate and minify all JavaScript-files into vendor.min.js (dependencies, don't change often) and app.min.js (minified code of all your application js-files into one file).

/cc @BRUL @nielsevenepoel