mime-chat/README.md
Enrique Hernandez ee6b0c3c5c init
2020-10-06 21:09:02 -05:00

29 lines
368 B
Markdown

# crimata-electron
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).