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: 13 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 (over 7 years ago)
- Default Branch: dev
- Last Pushed: 2022-02-22T14:29:49.000Z (about 3 years ago)
- Last Synced: 2025-04-02T09:08:27.184Z (20 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: 261
- Watchers: 14
- Forks: 85
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://circleci.com/gh/14nrv/buefy-shop/tree/master)
[](https://codeclimate.com/github/14nrv/buefy-shop/test_coverage)
[](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).