Vue-tables-2: where can I find the compiled standalone js file?

Created on 23 Mar 2017  路  3Comments  路  Source: matfish2/vue-tables-2

I want to import the standalone js file into HTML
where can I find the compiled one like vue-tables-2.min.js

Most helpful comment

will it be precompiled in the future?

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

dhdmstjs picture dhdmstjs  路  6Comments

ydogus picture ydogus  路  3Comments

molerat619 picture molerat619  路  4Comments

sylvaincaillot picture sylvaincaillot  路  3Comments

jigarzon picture jigarzon  路  3Comments