Closed chaoran-chen closed 4 months ago
It would be great to have a standalone bundle that can be easily used without any other dependencies. It should be made available on NPM so that people can use it like this:
<html> <head> <script type="module" src="https://unpkg.com/@genspectrum/dashboard-components@...."></script> <link rel="stylesheet" href="https://unpkg.com/@genspectrum/dashboard-components@...." /> </head> <body> <gs-app... </body> </html>
(unpkg.com automatically deploys everything that is on NPM. Our current dashboard-components.js is available at https://unpkg.com/@genspectrum/dashboard-components@0.6.8/dist/dashboard-components.js.)
It would be great to have a standalone bundle that can be easily used without any other dependencies. It should be made available on NPM so that people can use it like this:
(unpkg.com automatically deploys everything that is on NPM. Our current dashboard-components.js is available at https://unpkg.com/@genspectrum/dashboard-components@0.6.8/dist/dashboard-components.js.)