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
- Host: GitHub
- URL: https://github.com/reginaldojunior/emprestimo-livros
- Owner: reginaldojunior
- Created: 2024-09-16T17:19:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T17:21:51.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T01:48:36.753Z (over 1 year ago)
- Language: HTML
- Size: 2.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```