Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sthotakura/v-stock-ticker
A simple stock ticker component made using Vue
https://github.com/sthotakura/v-stock-ticker
stock-ticker vue vuejs vuejs2
Last synced: about 2 months ago
JSON representation
A simple stock ticker component made using Vue
- Host: GitHub
- URL: https://github.com/sthotakura/v-stock-ticker
- Owner: sthotakura
- Created: 2020-07-22T19:29:18.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-14T23:03:04.000Z (about 2 years ago)
- Last Synced: 2024-10-03T03:22:23.570Z (3 months ago)
- Topics: stock-ticker, vue, vuejs, vuejs2
- Language: Vue
- Homepage:
- Size: 760 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# v-stock-ticker
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).