https://github.com/snipcart/snipcart-demo-v3
Nuxt.js static site with Snipcart e-commerce.
https://github.com/snipcart/snipcart-demo-v3
Last synced: 3 months ago
JSON representation
Nuxt.js static site with Snipcart e-commerce.
- Host: GitHub
- URL: https://github.com/snipcart/snipcart-demo-v3
- Owner: snipcart
- Created: 2020-06-17T19:23:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-11T14:51:50.000Z (over 1 year ago)
- Last Synced: 2025-01-26T16:16:25.854Z (5 months ago)
- Language: Vue
- Size: 5.56 MB
- Stars: 18
- Watchers: 6
- Forks: 7
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snipcart v3 demonstration store
## Build Setup
```bash
# install dependencies
$ npm 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
```