Skip to content

bcryptop2p/bookshelves-front

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bookshelves · Front

nuxtjs nuxtjs tailwindcss

NodeJS pnpm

📀 bookshelves-project : Bookshelves repository
💻 bookshelves.ink: demo
📚 documentation.bookshelves.ink: documentation, if this link not work, you can check doc on this repository

Works with documentation.

Commands

npx nuxi upgrade

Setup

Setup local on http://localhost:3000 with https://bookshelves.ink API

Create .env

cp .env.example .env

Node.js dependencies

pnpm i --shamefully-hoist

Local serve

pnpm dev

Update API

Update .env on API_URL to use local API

API_URL=http://localhost:8000

Production in SSR

Update .env

BASE_URL=https://bookshelves.ink
API_URL=https://bookshelves.ink

Setup build

npm run build

Launch server in SSR

npm run start

For detailed explanation on how things work, check out Nuxt.js docs.

About

Bookshelves projects to display epubs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 73.9%
  • TypeScript 23.1%
  • CSS 1.6%
  • Other 1.4%