vazco / universe-modules

Use ES6 / ES2015 modules in Meteor with SystemJS
https://atmospherejs.com/universe/modules
MIT License
52 stars 7 forks source link

Import NPM Modules #1

Closed AdamBrodzinski closed 9 years ago

AdamBrodzinski commented 9 years ago

Great job on the module system!

Sorry if this is a stupid question but is there any way to import packages from NPM? I suppose using browserify and exposify would work if those were just imported globally.

juliancwirko commented 9 years ago

I think that here is an example: https://github.com/vazco/universe-react-bootstrap

AdamBrodzinski commented 9 years ago

Perfect, thanks!