https://github.com/webmobiledev/vue-tradingview
This is a tradingview chart using Vue 2, Vuex and TypeScript.
https://github.com/webmobiledev/vue-tradingview
tradingview tradingview-charting-library typescript vue-cli vue2 vuex
Last synced: about 1 year ago
JSON representation
This is a tradingview chart using Vue 2, Vuex and TypeScript.
- Host: GitHub
- URL: https://github.com/webmobiledev/vue-tradingview
- Owner: webmobiledev
- Created: 2018-03-23T17:37:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:40:25.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T19:48:17.676Z (about 1 year ago)
- Topics: tradingview, tradingview-charting-library, typescript, vue-cli, vue2, vuex
- Language: JavaScript
- Homepage: https://vue-vuex-tradingview.firebaseapp.com/
- Size: 4.41 MB
- Stars: 626
- Watchers: 18
- Forks: 264
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-tradingview
## Demo
https://vue-vuex-tradingview.firebaseapp.com/
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your unit tests
```
npm run test:unit
```
### Run your end-to-end tests
```
npm run test:e2e
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).