seald / nedb

The JavaScript Database, for Node.js, nw.js, electron and the browser
MIT License
351 stars 32 forks source link

Question: Where can I get a dist for script tag use, perhaps a CDN version / self hosted version #47

Closed Mashiane closed 11 months ago

Mashiane commented 11 months ago

Hi

This looks awesome. Where can I get a single dist file that I can just use on the script tag?

For example nedb (one you forked) had files in the out folder named nedb.js that one can use simply.

Thanks you so much

arantes555 commented 11 months ago

Hello @Mashiane . There is also such a folder in this fork. You should be able to use the file /browser-version/out/nedb.min.js from any CDN. (this file is present in the NPM package, not in the GIT repo, as it is bad practice to publish built files to GIT).