Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 month 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T19:40:25.000Z (5 months ago)
- Last Synced: 2024-09-28T17:43:15.827Z (about 2 months 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: 593
- Watchers: 18
- Forks: 259
- 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/).