Ecosyste.ms: Awesome

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

https://github.com/14nrv/buefy-shop

A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
https://github.com/14nrv/buefy-shop

bulma circleci ecommerce firebase jest nuxt pwa stripe vue vue-test-utils vuex

Last synced: about 2 months ago
JSON representation

A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions

Lists

README

        

[![Build Status](https://img.shields.io/circleci/project/github/14nrv/buefy-shop/master.svg "Build Status")](https://circleci.com/gh/14nrv/buefy-shop/tree/master)
[![Test Coverage](https://api.codeclimate.com/v1/badges/7b17e6d369ffa56c3c46/test_coverage)](https://codeclimate.com/github/14nrv/buefy-shop/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/7b17e6d369ffa56c3c46/maintainability)](https://codeclimate.com/github/14nrv/buefy-shop/maintainability)

# buefy-shop

Demo [production](https://buefy-shop-pi.vercel.app) - [dev](https://buefy-shop-pi-dev.vercel.app)

Inspired by [sample-vue-shop](https://github.com/sdras/sample-vue-shop)

[Serverless lambda function used for stripe](https://github.com/14nrv/serverless-lambda-stripe)

## Build Setup

``` bash
# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
# service worker is disabled in dev
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start
```

For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).