This commit is contained in:
Enrique Hernandez 2020-10-06 21:09:02 -05:00
commit ee6b0c3c5c
22 changed files with 11747 additions and 0 deletions

29
README.md Normal file
View file

@ -0,0 +1,29 @@
# 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/).