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:
- Host: GitHub
- URL: https://github.com/tinacious/hello-coffee
- Owner: tinacious
- Created: 2019-02-23T18:54:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T04:21:27.000Z (over 3 years ago)
- Last Synced: 2025-10-30T13:41:27.164Z (7 months ago)
- Topics: coffee, contentful, vue
- Language: JavaScript
- Homepage: https://tinacious.github.io/hello-coffee
- Size: 4.9 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hello-coffee
[](https://app.codeship.com/projects/329360)
Proof of Concept app by [Tinacious Design](https://tinaciousdesign.com) to test out Vue.js and Contentful.

## 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/).