I am interested in the inclusion of this project : https://github.com/jarvelov/vue-form-json-schema The instruction explain how to instal it as npm package or esm module, but in my scenario i need to save a static javascript file (from a specific version) inside the project and use that file.
How can i downlaod the source form npm (or esm) and transpile it to a single js file?