Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reichert-lucas/vue-tests-course


https://github.com/reichert-lucas/vue-tests-course

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# testing

## Setup do Projeto
```
npm install
```

### Ambiente de Desenvolvimento
```
npm run serve
```

#### Configurando a api Fake

Instalar o json-server globalmente:

```
npm install -g json-server
```

Iniciando a api fake de leilões;

```
json-server --watch db.json
```