-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d3d87d
commit c17be37
Showing
2 changed files
with
27 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,30 @@ | ||
# Stock Trader | ||
|
||
- **Developed by:** [Julio L. Muller](https://github.com/juliolmuller) | ||
- **Project proposed by by:** [Cod3r](https://www.cod3r.com.br/) | ||
- **Released on:** Apr 20, 2020 | ||
- **Updated on:** Apr 20, 2020 | ||
- **Latest version:** 1.0.0 | ||
- **License:** MIT | ||
|
||
## Overview | ||
|
||
Application developed to play with Vue.js ecosystem. | ||
|
||
![Application Overview](./app-overview.jpg) | ||
|
||
## Run Application | ||
|
||
Take a look at this application running [here](https://juliolmuller.github.io/stock-trader/). | ||
|
||
## 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/). | ||
|
||
Run `npm install` to download all dependecnies and get the project set up. | ||
|
||
## Development server | ||
|
||
Run `npm run serve` for a dev server. Navigate to `http://localhost:8080/`. The app will automatically reload if you change any of the source files. | ||
|
||
## Build | ||
|
||
Run `npm run build` to build the project. The build artifacts will be stored in the `docs/` directory. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.