Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gitlherme/ibook
Catálogo de Livros usando Nuxt 💚
https://github.com/gitlherme/ibook
Last synced: 16 days ago
JSON representation
Catálogo de Livros usando Nuxt 💚
- Host: GitHub
- URL: https://github.com/gitlherme/ibook
- Owner: gitlherme
- Created: 2021-04-27T17:30:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T17:31:23.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T02:51:53.389Z (3 months ago)
- Language: Vue
- Homepage:
- Size: 628 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ibook
## Build Setup
```bash
# install dependencies
$ npm install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).