I want to import the standalone js file into HTML
where can I find the compiled one like vue-tables-2.min.js
There is no precompiled version
will it be precompiled in the future?
Since I'm using an event bus, which is a plain instance of view, a precompiled version would inevitably result in vue loading twice: once by the package and once by the user (this is not an issue when using a module bundler because of caching). For that reason I am rather reluctant to provide a precompiled file. If you have a solution that resolves this redundancy I will consider adding one.
Most helpful comment
will it be precompiled in the future?