Autoload in JavaScript

0

I'm starting in Front End and wanted to know the best technique and tool / library to load dependency files in JavaScript .

I feel that I could just add a .js file in my html and in this file control the loading of dependencies on it. Should I use any library for this or does the JavaScript do this natively?

    
asked by anonymous 10.10.2017 / 19:10

1 answer

0

You can use npm or bower for manage the dependencies of your project.

I hope I have helped.

    
10.10.2017 / 19:14