https://github.com/ammezie/shopycart
A shopping cart built with GraphQL, Vue and Auth0 (WIP)
https://github.com/ammezie/shopycart
apollo-client apollo-subscription auth0 graphql vue
Last synced: 2 months ago
JSON representation
A shopping cart built with GraphQL, Vue and Auth0 (WIP)
- Host: GitHub
- URL: https://github.com/ammezie/shopycart
- Owner: ammezie
- Created: 2017-08-24T15:57:22.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-24T15:57:51.000Z (almost 9 years ago)
- Last Synced: 2025-10-11T17:51:44.470Z (8 months ago)
- Topics: apollo-client, apollo-subscription, auth0, graphql, vue
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopycart
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
```
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).