Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
juliolmuller committed Apr 21, 2020
1 parent 0d3d87d commit c17be37
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 21 deletions.
48 changes: 27 additions & 21 deletions README.md
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.
Binary file added app-overview.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c17be37

Please sign in to comment.