Skip to content
This repository has been archived by the owner on Jan 11, 2022. It is now read-only.

deusfinance/deus-chart-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEPRECATED

TradingView Charting Library and Vue.js Integration Example (TypeScript)

How to start

  1. Install dependencies npm install.
  2. Copy charting_library folder from https://github.com/tradingview/charting_library/ to /public folder. The earliest supported version of the Charting Library is 1.12. If you get 404 then you need to request an access to this repository.
  3. Copy charting_library.min.js from https://github.com/tradingview/charting_library/ to /src folder.
  4. Copy datafeeds folder from https://github.com/tradingview/charting_library/ to /public.
  5. Run npm run serve. 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.

What is Vue.js

Vue is a progressive framework for building user interfaces. Unlike other monolithic frameworks, Vue is designed from the ground up to be incrementally adoptable. The core library is focused on the view layer only, and is easy to pick up and integrate with other libraries or existing projects.

About This Project

This project was bootstrapped with Vue CLI.