Skip to content

brlocky/lwc-plugin-elliott-waves

Repository files navigation

Elliott-Waves - Lightweight Charts™ Plugin

Description of the Plugin.

  • Developed for Lightweight Charts version: v4.1.0

Running Locally

npm install
npm run dev

Visit localhost:5173 in the browser.

Compiling

npm run compile

Check the output in the dist folder.

Publishing To NPM

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published