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

https://github.com/reginaldojunior/emprestimo-livros

Project VueJS para controle de emprestimo de livros
https://github.com/reginaldojunior/emprestimo-livros

Last synced: 5 months ago
JSON representation

Project VueJS para controle de emprestimo de livros

Awesome Lists containing this project

README

          

# Emprestimo Livros

This application run a simple way to loan of books using the API exposed in port 5000 and localhost.

## Recommended IDE Setup

[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur).

## Customize configuration

See [Vite Configuration Reference](https://vitejs.dev/config/).

## Project Setup

```sh
npm install
```

### Compile and Hot-Reload for Development

```sh
npm run dev
```

### Compile and Minify for Production

```sh
npm run build
```