Skip to content

PWA application for online sell/buy marketplace using Vue.js and Cosmic JS

License

Notifications You must be signed in to change notification settings

mlenormand/prest-app

 
 

Repository files navigation

garage-sale: Progressive Web App with Vue, Cosmic JS, and Vuetify

Garage Sale Main Screen

Links

Demo

Tutorial article

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


Garage Sale Detail View on Nexus 5 Garage Sale detail view on Nexus 5.

About

PWA application for online sell/buy marketplace using Vue.js and Cosmic JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 63.1%
  • JavaScript 32.9%
  • HTML 4.0%