https://github.com/champi-dev/stock-trader
This is a VueJs example app. (Front-end only)
https://github.com/champi-dev/stock-trader
Last synced: 4 months ago
JSON representation
This is a VueJs example app. (Front-end only)
- Host: GitHub
- URL: https://github.com/champi-dev/stock-trader
- Owner: champi-dev
- Created: 2017-10-02T07:24:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-07-17T16:09:45.000Z (almost 5 years ago)
- Last Synced: 2025-10-10T02:59:11.002Z (9 months ago)
- Language: SCSS
- Homepage:
- Size: 254 KB
- Stars: 1
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock-trader
* Live demo: https://trader-vue.firebaseapp.com/
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```