https://github.com/atinux/book-recommender
Oscar's Book Recommendations
https://github.com/atinux/book-recommender
Last synced: 9 months ago
JSON representation
Oscar's Book Recommendations
- Host: GitHub
- URL: https://github.com/atinux/book-recommender
- Owner: atinux
- Created: 2020-01-15T08:46:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T09:02:09.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T09:43:19.510Z (11 months ago)
- Language: Vue
- Size: 4.02 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book-recommender
> Oscar's Book Recommendations
## Build Setup
``` bash
# install dependencies
$ npm run 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).