32 lines
506 B
Markdown
32 lines
506 B
Markdown
# crimata-electron
|
|
|
|
## Project setup
|
|
```
|
|
yarn install
|
|
```
|
|
|
|
### Compiles and hot-reloads for development
|
|
```
|
|
yarn electron:serve
|
|
```
|
|
|
|
### Compiles and minifies for production
|
|
```
|
|
yarn electron:build
|
|
```
|
|
|
|
<!-- ### Run your unit tests
|
|
```
|
|
yarn test:unit
|
|
```
|
|
|
|
### Lints and fixes files
|
|
```
|
|
yarn lint
|
|
``` -->
|
|
|
|
### Customize configuration
|
|
See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
|
## Sign and Notarize
|
|
Running notarize.js will sign and notarize the app. Further information is in that file.
|