No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Tags
    3. external
    Log in to post
    • mYnDstrEAm

      How to add external scripts?
      Help • external script twitter • • mYnDstrEAm

      5
      1
      Votes
      5
      Posts
      1038
      Views

      A

      @dobbel just to know if the script has already been loaded and not to load again by duplicating, can give another name

    • K

      Importing and using external js libraries in quasar
      Help • codemirror external import js library • • Kageyasha

      6
      0
      Votes
      6
      Posts
      8119
      Views

      patryckx

      It is not recommended to develop projects this way. But here is a solution I used to import files that I downloaded locally into the project.

      I put in my statics folder my js files, and imported it into template.html

      0e93f0d8-7507-4a67-8d6b-15b2a830a8a5-image.png

      3026c388-dbfa-439d-87d6-9f99c7b3dc75-image.png

      this way the webpack can solve the “statics” directory for me automatically