mirror of
https://github.com/getbible/app.git
synced 2024-12-22 15:58:55 +00:00
Update README.md
This commit is contained in:
parent
1fc9c78626
commit
be1fad6a1d
32
README.md
32
README.md
@ -1,24 +1,32 @@
|
|||||||
# getbible
|
# getbible
|
||||||
|
|
||||||
## Project setup
|
# install dependencies
|
||||||
```
|
```
|
||||||
yarn install
|
npm install
|
||||||
```
|
```
|
||||||
|
# run electron server
|
||||||
### Compiles and hot-reloads for development
|
|
||||||
```
|
```
|
||||||
yarn serve
|
npm run electron:serve
|
||||||
```
|
```
|
||||||
|
# serve with hot reload at localhost:8080
|
||||||
### Compiles and minifies for production
|
|
||||||
```
|
```
|
||||||
yarn build
|
npm run dev
|
||||||
```
|
```
|
||||||
|
# build for production with minification
|
||||||
### Lints and fixes files
|
|
||||||
```
|
```
|
||||||
yarn lint
|
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
|
||||||
```
|
```
|
||||||
|
|
||||||
### Customize configuration
|
### Customize configuration
|
||||||
See [Configuration Reference](https://cli.vuejs.org/config/).
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
||||||
|
Loading…
Reference in New Issue
Block a user