An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# shopping-cart-app

- ショッピングカート機能のアプリ

![7db5f30da7a721b76edb59fc4611c1a3](https://user-images.githubusercontent.com/7115171/69557715-6933fc80-0fea-11ea-9890-3cb364615955.png)

## 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).