Skip to content

Commit

Permalink
Merge pull request #16 from growlerapp/raul/refactor
Browse files Browse the repository at this point in the history
Refactor a Vue CLI 3
  • Loading branch information
raulghm authored Aug 17, 2018
2 parents e9d6c7b + 20ad141 commit dd1e07f
Show file tree
Hide file tree
Showing 49 changed files with 10,855 additions and 10,139 deletions.
9 changes: 0 additions & 9 deletions .babelrc

This file was deleted.

6 changes: 4 additions & 2 deletions .env-example
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
GRAPHQL_API=https://api-growlerapp.herokuapp.com/graphql
GOOGLE_MAPS_KEY=
NODE_ENV=development
VUE_APP_TITLE=GrowlerApp
VUE_APP_GRAPHQL_API=https://api-growlerapp.herokuapp.com/graphql
VUE_APP_GOOGLE_MAPS_KEY=
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

schema.graphql
31 changes: 0 additions & 31 deletions .eslintrc.js

This file was deleted.

26 changes: 21 additions & 5 deletions .gitignore
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
.DS_Store
node_modules
yarn.lock
*.log
.cache
dist
.env
/dist

# local env files
.env.local
.env.*.local

# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

/live/
.env
32 changes: 0 additions & 32 deletions .postcssrc.js

This file was deleted.

25 changes: 17 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,42 @@
# Growler App

## Features
> Growler App es una aplicación que entrega información para encontrar lugares donde llenar con exquisita cerveza el formato growler.
### App
* Deteccion de geolocalización de usuario
Idea de @lgaticaq @raulghm y @juanbrujo

Presentación [GrowlerApp.pdf](https://github.com/beerjs/valdivia/files/2032921/GrowlerApp.pdf)

Si quieres aportar o reportar un problema deja tu [issue acá](https://github.com/growlerapp/webapp/issues) o revisar el avance del [proyecto acá](https://github.com/growlerapp/webapp/projects/1).

## Características

### App
* Aplicación web progresiva (PWA)
* Detección de geolocalización de usuario
* Lista de bares en base a la ubicación actual
* Detalles del bar, dirección, distancia, tiempo y mapa.

### Dev
* PWA
### Stack
* Vue CLI 3
* Vue 2.x
* Vue-router
* Vuex
* Apollo (graphql)
* Google maps

## Install
## Dev / Instalación

```
yarn
```

## Start development
## Start

```
yarn start
```

## Build for production
## Build

```
yarn run build
Expand Down
5 changes: 5 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@vue/app'
]
}
27 changes: 0 additions & 27 deletions index.html

This file was deleted.

Loading

0 comments on commit dd1e07f

Please sign in to comment.