charting-library-examples/nuxtjs3
2023-04-14 11:52:49 +01:00
..
components Removing starting slash for libraryPath 2023-04-14 11:52:49 +01:00
plugins Adding another nuxtjs example using v3 2023-04-13 18:28:06 +01:00
.gitignore Adjusting a few things 2023-04-13 21:18:42 +01:00
app.vue Adding another nuxtjs example using v3 2023-04-13 18:28:06 +01:00
copy_charting_library_files.sh Adjusting a few things 2023-04-13 21:18:42 +01:00
nuxt.config.ts Adding another nuxtjs example using v3 2023-04-13 18:28:06 +01:00
package-lock.json Adding another nuxtjs example using v3 2023-04-13 18:28:06 +01:00
package.json Adding another nuxtjs example using v3 2023-04-13 18:28:06 +01:00
README.md Adjusting a few things 2023-04-13 21:18:42 +01:00
tsconfig.json Adding another nuxtjs example using v3 2023-04-13 18:28:06 +01:00

TradingView Charting Library and Nuxt 3 Integration Example

The earliest supported version of the charting library for these examples is v24.003.

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 /public folder.
      2. Copy the datafeeds folder from https://github.com/tradingview/charting_library/ to /public 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 docs.