简体   繁体   中英

Managing 3rd Party Javascript Libraries Across Projects

The company I work for develops and maintains multiple web-based products. We have been pushing the teams to standardize and reuse 3rd party libraries of all kinds across prod. dev. We use Ivy to manage jar file dependencies for Java. We use Python eggs in combination with custom build RPMs to manage Python dependencies.

I was wondering if there is a similar way to manage Javascript dependencies (eg jquery, raphaeljs, etc.).

Perhaps you would like to check RequireJS or Ender .

[Update]

As of today, 31 March 2017, there are a lot of different package managers and/or tools you could use to manage front-end libraries (npm, bower, rollup, etc.), but I currently found Yarn and Webpack 2 most interesting.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM