https://github.com/jm-sky/bible
Bible Reader&Renderer PWA
https://github.com/jm-sky/bible
bible bootstrap pwa vuejs
Last synced: 5 months ago
JSON representation
Bible Reader&Renderer PWA
- Host: GitHub
- URL: https://github.com/jm-sky/bible
- Owner: jm-sky
- Created: 2019-02-14T21:03:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T04:24:28.000Z (over 1 year ago)
- Last Synced: 2025-10-22T11:05:45.706Z (8 months ago)
- Topics: bible, bootstrap, pwa, vuejs
- Language: Vue
- Homepage:
- Size: 6.55 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Biblia mSky
Bible reader single page application.
- Vue.js
- Bootstrap v4
- Font Awesome

## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Run your tests
```
npm run test
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).