Contributing

We can never thank you enough for your contributions. ❤️


Read more about Nuxt contribution guide here.

How to contribute?

  • Clone nuxt-tradingview repository
  • Install dependencies using yarn
  • Run yarn dev:prepare to generate type stubs.

Nuxt TradingView

  • Use yarn dev to start the playground in development mode.
  • Apply your changes
  • Check the code style with yarn lint
  • Before creating a PR, make sure to run yarn build and that no errors are reported.

Documentation