Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucasdasial/mini-trader
uma mini simulaçao de operar na bolsa de valores
https://github.com/lucasdasial/mini-trader
vuejs vuetify vuex
Last synced: 4 days ago
JSON representation
uma mini simulaçao de operar na bolsa de valores
- Host: GitHub
- URL: https://github.com/lucasdasial/mini-trader
- Owner: lucasdasial
- Created: 2021-12-11T06:31:45.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-12-13T02:26:06.000Z (about 3 years ago)
- Last Synced: 2024-11-26T12:12:08.668Z (2 months ago)
- Topics: vuejs, vuetify, vuex
- Language: Vue
- Homepage: https://mini-trader.vercel.app/
- Size: 287 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# stock-trader
## 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/).