Autoload no Javascript

Asked

Viewed 221 times

0

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

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

1 answer

0

You can use the npm or the Bower to manage the dependencies of your project.

I hope I’ve helped.

  • These options are great for managing dependencies anyway but, I’m looking for a simplified way to load the files automatically without having to manually include in html with the tag <script>.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.