Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ratracegrad/ecommerce-netlify
https://github.com/ratracegrad/ecommerce-netlify
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ratracegrad/ecommerce-netlify
- Owner: ratracegrad
- Created: 2020-01-25T21:54:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T17:20:35.000Z (almost 2 years ago)
- Last Synced: 2023-02-27T12:06:30.892Z (over 1 year ago)
- Language: Vue
- Size: 2.08 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ecommerce-netlify
> Demo using netflify functions to create an ecommerce website with stripe payments
## Build Setup
``` bash
# install dependencies
$ npm run install# serve with hot reload at localhost:3000
$ npm run dev# build for production and launch server
$ npm run build
$ npm run start# generate static project
$ npm run generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).