Description of the Plugin.
- Developed for Lightweight Charts version:
v4.1.0
npm install
npm run dev
Visit localhost:5173
in the browser.
npm run compile
Check the output in the dist
folder.
You can configure the contents of the package's package.json
within the
compile.mjs
script.
Once you have compiled the plugin (see above section) then you can publish the package to NPM with these commands:
cd dist
npm publish
Hint: append --dry-run
to the end of the publish command to see the results of
the publish command without actually uploading the package to NPM.