mirror of https://github.com/getbible/app
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
public | 2 years ago | |
src | 2 years ago | |
utils | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
babel.config.js | 2 years ago | |
package-lock.json | 2 years ago | |
package.json | 2 years ago | |
vue.config.js | 2 years ago |
README.md
getbible
install dependencies
npm install
run electron server
npm run getbible:serve
serve with hot reload at localhost:8080
npm run dev
build for production with minification
npm run build
build for production and view the bundle analyzer report
npm run build --report
run unit tests
npm run unit
run all tests
npm test