A Bible search application to help multi-lingual church communities. See this project at work
This application allows for people to search for multiple Bible passages simultaneously in multiple languages. The results can be grouped by language, passage, or verse by verse and can be exported as a Word Document, plain text file or printed out.
The oridginal purpose was to provide members in One Voice Fellowship church with multilingual handouts non-English speakers could follow. Please, read our use case article at Multilingual Bible Search
I kindly ask you request permission to fork or copy this project at [email protected]. Thanks :-)
Application developed with Vue 3 and Vuetify in Vite. It fetches data from a custom API built in WordPress and currently provided at the One Voice Fellowship website . This API relies on Public Domain and Creative Commons licensed Bibles hosted in the local WordPress database.
VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).
See Vite Configuration Reference.
npm install
npm run dev
npm run build
Lint with ESLint
npm run lint