This repository contains a hot-reloading sandbox for developing the @bytescale/upload-widget-vue
NPM package.
node
and npm
are required — we actively support the following versions:
Package | Version |
---|---|
Node | v18.12.1 |
NPM | v8.19.2 |
git clone git@github.com:bytescale/bytescale-upload-widget-vue.git
cd bytescale-upload-widget-vue
export NODE_OPTIONS=--openssl-legacy-provider
npm install
npm start
The above launches a hot-reloading server on http://127.0.0.1:3040
that uses @bytescale/upload-widget-vue
from source.
Please ensure nothing else is running on TCP port 3040
.