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: 5 days ago
JSON representation
A sample shop built with Nuxt, Stripe, Firebase and Serverless Functions
- Host: GitHub
- URL: https://github.com/14nrv/buefy-shop
- Owner: 14nrv
- License: mit
- Created: 2017-12-31T18:05:33.000Z (almost 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-22T14:29:49.000Z (almost 3 years ago)
- Last Synced: 2024-12-08T14:35:35.980Z (14 days ago)
- Topics: bulma, circleci, ecommerce, firebase, jest, nuxt, pwa, stripe, vue, vue-test-utils, vuex
- Language: JavaScript
- Homepage: https://buefy-shop-pi.vercel.app/
- Size: 1.17 MB
- Stars: 260
- Watchers: 15
- Forks: 85
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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).