charting-library-examples/nuxtjs
2023-02-01 13:50:26 +00:00
..
components Cleaning & updating the example 2022-02-11 12:17:29 +00:00
layouts Cleaning & updating the example 2022-02-11 12:17:29 +00:00
pages Cleaning & updating the example 2022-02-11 12:17:29 +00:00
plugins Cleaning & updating the example 2022-02-11 12:17:29 +00:00
.gitignore Cleaning & updating the example 2022-02-11 12:17:29 +00:00
copy_charting_library_files.sh Update nuxtjs example for v23.043 2023-02-01 13:50:26 +00:00
nuxt.config.js Cleaning & updating the example 2022-02-11 12:17:29 +00:00
package-lock.json Update nuxtjs example for v23.043 2023-02-01 13:50:26 +00:00
package.json Update nuxtjs example for v23.043 2023-02-01 13:50:26 +00:00
README.md Update nuxtjs example for v23.043 2023-02-01 13:50:26 +00:00

TradingView Charting Library and nuxtjs Integration Example

The earliest supported version of the charting library for these examples is v23.043.

How to start

  1. Check that you can view https://github.com/tradingview/charting_library/. If you do not have access then you can request access to this repository here.
  2. Install dependencies npm install.
  3. Copy the charting library files
    1. If you are able to run bash scripts then the copy_charting_library_files.sh script can be used to copy the current stable version's files.
    2. If you are not able to run bash scripts then do the following:
      1. Copy the charting_library folder from https://github.com/tradingview/charting_library/ to /static folder.
      2. Copy the datafeeds folder from https://github.com/tradingview/charting_library/ to /static folder.
  4. Run npm run dev. It will build the project and open a default browser with the Charting Library.

What is Charting Library

Charting Library is a standalone solution for displaying charts. This free, downloadable library is hosted on your servers and is connected to your data feed to be used in your website or app. Learn more and download.

About This Project

For detailed explanation on how things work, check out Nuxt.js docs.