https://github.com/marktennyson/e-commerce-nuxt-js
https://github.com/marktennyson/e-commerce-nuxt-js
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/marktennyson/e-commerce-nuxt-js
- Owner: marktennyson
- Created: 2021-02-17T06:08:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-21T17:56:12.000Z (over 4 years ago)
- Last Synced: 2025-02-12T22:17:50.133Z (8 months ago)
- Language: JavaScript
- Homepage: e-commerce-nuxt-js.marktennyson.vercel.app
- Size: 1.74 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# e-commerce-nuxt-js
## Build Setup
```bash
# install dependencies
$ yarn install# serve with hot reload at localhost:3000
$ yarn dev# build for production and launch server
$ yarn build
$ yarn start# generate static project
$ yarn generate
```For detailed explanation on how things work, check out [Nuxt.js docs](https://nuxtjs.org).