https://github.com/samuraikun/shopping-cart-app
https://github.com/samuraikun/shopping-cart-app
cloud-functions firebase firestore javascript nuxtjs vue vuex
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuraikun/shopping-cart-app
- Owner: samuraikun
- Created: 2019-11-20T13:40:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:02:10.000Z (over 2 years ago)
- Last Synced: 2025-01-22T12:12:56.942Z (9 months ago)
- Topics: cloud-functions, firebase, firestore, javascript, nuxtjs, vue, vuex
- Language: JavaScript
- Size: 1.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 37
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# shopping-cart-app
- ショッピングカート機能のアプリ

## demo
- https://shopping-cart-app-a3334.firebaseapp.com## Build Setup
``` bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn run dev# build for production and launch server
$ yarn run build
$ yarn start# generate static project
$ yarn run generate
```For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).