https://github.com/cellane/stock-trader-ts
https://github.com/cellane/stock-trader-ts
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cellane/stock-trader-ts
- Owner: Cellane
- Created: 2019-05-23T02:14:43.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-27T03:24:27.000Z (about 7 years ago)
- Last Synced: 2025-03-29T04:36:23.202Z (about 1 year ago)
- Language: Vue
- Size: 134 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock-trader-ts
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).