Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cosmicjs/vue-garage-sale
PWA application for online sell/buy marketplace using Vue.js and Cosmic JS
https://github.com/cosmicjs/vue-garage-sale
cosmicjs javascript nodejs pwa vuejs
Last synced: 3 months ago
JSON representation
PWA application for online sell/buy marketplace using Vue.js and Cosmic JS
- Host: GitHub
- URL: https://github.com/cosmicjs/vue-garage-sale
- Owner: cosmicjs
- License: mit
- Created: 2018-09-19T15:49:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T16:11:16.000Z (over 6 years ago)
- Last Synced: 2024-04-11T16:59:55.261Z (10 months ago)
- Topics: cosmicjs, javascript, nodejs, pwa, vuejs
- Language: Vue
- Homepage: https://cosmicjs.com/apps/vue-garage-sale
- Size: 119 MB
- Stars: 27
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vue Garage Sale
Progressive Web App with [Vue.js](https://vuejs.org/), [Cosmic JS](https://cosmicjs.com), and [Vuetify](https://vuetifyjs.com/en/)![Garage Sale Main Screen](https://cosmic-s3.imgix.net/df659b40-bb61-11e8-ac9f-67e4f371d8e5-garage.jpg?w=1000)
# Links
### [View Demo](https://cosmicjs.com/apps/vue-garage-sale)
### [Tutorial article](https://cosmicjs.com/articles/create-a-progressive-web-app-using-vue-cosmic-js-and-graphql)
# Libraries
* Vue
* Vuex
* Vuetify
* Cosmic JS
* GraphQL
* Apollo client
* Apollo server# Project setup
```
# install dependencies
npm install# compiles and hot-reloads for development
npm run serve# compiles and minifies for production
npm run build# configure env variables
rename .env.sample to .env and paste your API keys# before you delploy to Cosmic
change you .env config
npm build
npm start
# if all works, then you can delpoy to Cosmic JS from the dashboard -> settings -> hosting# Lints and fixes files
npm run lint```