5 comments

  • teo_zero 2 hours ago

    How can it be defined dependency free if it depends on Node.js?

    • _boffin_ an hour ago

      Dependency-free means zero runtime dependencies, not no dev tools. Could have explained that better.

      • teo_zero an hour ago

        Do you mean I don't need Node.js on the machine where I run it?

        • jjice an hour ago

          It's a web component so you run it in the browser without dependencies after it's already been built with Node.

          • _boffin_ an hour ago

            Doesn’t need to be built by node. It’s standalone.