https://github.com/cosmicjs/vuetify-blog
A blog built with Vue, Vuetify, and Cosmic JS
https://github.com/cosmicjs/vuetify-blog
Last synced: 12 days ago
JSON representation
A blog built with Vue, Vuetify, and Cosmic JS
- Host: GitHub
- URL: https://github.com/cosmicjs/vuetify-blog
- Owner: cosmicjs
- Created: 2019-01-23T23:05:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-25T16:57:28.000Z (almost 7 years ago)
- Last Synced: 2025-01-21T10:32:02.216Z (12 months ago)
- Language: Vue
- Homepage: https://cosmicjs.com/apps/vuetify-blog
- Size: 200 KB
- Stars: 28
- Watchers: 6
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vuetify Blog

### [View Demo](https://cosmicjs.com/apps/vuetify-blog)
A beautiful blog built using Vue, Vuetify, powered by the [Cosmic JS Headless CMS](https://cosmicjs.com).
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Required .env Variables
```
VUE_APP_TITLE
COSMIC_BUCKET
COSMIC_READ_KEY
COSMIC_WRITE_KEY
PORT
VUE_APP_DOMAIN
VUE_APP_META_TITLE
VUE_APP_META_LOGO
VUE_APP_META_DESC
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).