An open API service indexing awesome lists of open source software.

https://github.com/franmc01/vue-indecisionapp

El siguiente repositorio contiene una aplicacion básica en Vue, el objetivo de la misma es practicar un poco lo aprendido hace unos meses :)
https://github.com/franmc01/vue-indecisionapp

vue vuejs

Last synced: 8 months ago
JSON representation

El siguiente repositorio contiene una aplicacion básica en Vue, el objetivo de la misma es practicar un poco lo aprendido hace unos meses :)

Awesome Lists containing this project

README

          

# indecision-app

### Demo
See [preview](https://vue-indecision-app.netlify.app/).

## 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
```