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

https://github.com/tinacious/hello-coffee

Hello, coffee! :coffee:
https://github.com/tinacious/hello-coffee

coffee contentful vue

Last synced: about 1 month ago
JSON representation

Hello, coffee! :coffee:

Awesome Lists containing this project

README

          

# hello-coffee

[![Codeship Status for tinacious/hello-coffee](https://app.codeship.com/projects/831e7690-2010-0137-0a2f-2e9e029c291e/status?branch=master)](https://app.codeship.com/projects/329360)

Proof of Concept app by [Tinacious Design](https://tinaciousdesign.com) to test out Vue.js and Contentful.

![](screenshot.png)

## Project setup
```
yarn install
```

### Compiles and hot-reloads for development
```
yarn run serve
```

### Compiles and minifies for production
```
yarn run build
```

### Run your tests
```
yarn run test
```

### Lints and fixes files
```
yarn run lint
```

### Run your unit tests
```
yarn run test:unit
```

## Deploy

Deploy to Github Pages:

```
yarn deploy
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).