mime-chat/README.md
Enrique Hernandez b669c99df0 Update README.md
2020-10-12 17:23:42 +00:00

29 lines
375 B
Markdown

# crimata-electron
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn dev
```
### 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/).