Bookshelf-Vue is a Vue.js-based digital library application that features book management and catalog display.
| Part | Description |
|---|---|
| Features | • Create • Read • Update • Delete • Search |
| Framework | • Bootstrap 5 • Vue.js 3 |
| Tools | • Visual Studio Code • Node.js |
| VS Code Extensions | • Prettier • Vetur |
-
Visual Studio Code
https://bit.ly/VScode_Installer
-
NodeJS
https://bit.ly/NodeJS_Installer
-
Open
Terminal, then install Vue CLI globally:npm install -g @vue/cli
-
Create a new project:
vue create bookshelf-vue
-
During setup, you will be asked:
Question Option Selected ? Please pick a preset: > Default ([Vue 3] babel, eslint)
> Default ([Vue 2] babel, eslint)
> Manually select featuresDefault ([Vue 3] babel, eslint)
-
Download and extract this repository.
-
Copy the directories:
publicandsrc. -
Copy the files:
BACA.md,README.md, andLICENSE.txt. -
Paste and Replace into the
bookshelf-vuedirectory. -
Open
Terminalinside that directory. -
Install
bootstrapto manage the appearance (layout):npm install bootstrap
-
Install
bootstrap-iconsfor icons:npm install bootstrap-icons
-
Install
vue-routerto manage page routes:npm install vue-router
-
To run the web, type the command:
npm run serve
-
Open your browser, then type ->
http://localhost:8080/. -
Please access the features and enjoy [Done].
- Open the Vercel platform: Click Here , then register and log in first.
- Allow Vercel to access the repository.
- Upload the project to GitHub.
- Log in to the Vercel dashboard: Click Here
- Click
Add New Project. - Select the desired GitHub repository.
- Click
Deploy. - To get a clean domain: Click the
Settingsmenu -> SelectDomains-> Click theEditbutton -> Click theSavebutton (*Optional).
| Home | Catalog | Search |
|---|---|---|
![]() |
![]() |
![]() |
| Add Book | Edit Book | Delete Book |
|---|---|---|
![]() |
![]() |
![]() |
If this work is useful to you, then support this work as a form of appreciation to the author by clicking the ⭐Star button at the top of the repository.
This application is the result of the development of the CAMP404 Course. I do not deny that I still use third-party services in this work, including: libraries, frameworks, and so on.
MIT License - Copyright © 2022 - Devan C. M. Wijaya, S.Kom
Permission is hereby granted without charge to any person obtaining a copy of this software and the software-related documentation files to deal in them without restriction, including without limitation the right to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons receiving the Software to be furnished therewith on the following terms:
The above copyright notice and this permission notice must accompany all copies or substantial portions of the Software.
IN ANY EVENT, THE AUTHOR OR COPYRIGHT HOLDER HEREIN RETAINS FULL OWNERSHIP RIGHTS. THE SOFTWARE IS PROVIDED AS IS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, THEREFORE IF ANY DAMAGE, LOSS, OR OTHERWISE ARISES FROM THE USE OR OTHER DEALINGS IN THE SOFTWARE, THE AUTHOR OR COPYRIGHT HOLDER SHALL NOT BE LIABLE, AS THE USE OF THE SOFTWARE IS NOT COMPELLED AT ALL, SO THE RISK IS YOUR OWN.





