Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazar1ua/bookshub-frontend
Repository for books library front-end
https://github.com/nazar1ua/bookshub-frontend
Last synced: about 1 month ago
JSON representation
Repository for books library front-end
- Host: GitHub
- URL: https://github.com/nazar1ua/bookshub-frontend
- Owner: nazar1ua
- Created: 2022-06-19T08:05:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-27T09:21:55.000Z (about 2 years ago)
- Last Synced: 2024-11-09T19:49:08.844Z (3 months ago)
- Language: Vue
- Homepage: https://nazar1ua.github.io/bookshub-frontend/
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BooksHub Front-end
Repository for books library front-end## Встановлення залежностей
```shell
yarn install
```### Компіляція для розробки
```shell
yarn serve
```### Компіляція для розгортання
```shell
yarn build
```