▲ Show EchoJS: Duo - A next-generation package manager for the front-end at duojs.org▼15 up and 2 down, posted by MattMueller 4089 days ago 6 comments
eskimoblood 4089 days ago. link parent 1 point ▲ ▼So how is this different to the use of npm and webpack/browserify?
zarr2k 4088 days ago. link 1 point ▲ ▼Well for one you won't need to specify the modules you need with more than the require('somemodule') statements in your code. And it can grab modules/components/files directly from github which can be a plus if you have some private modules you use.
Well for one you won't need to specify the modules you need with more than the require('somemodule') statements in your code. And it can grab modules/components/files directly from github which can be a plus if you have some private modules you use.