Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kostyamm/nuxt-nike-shop

Demo shop app
https://github.com/kostyamm/nuxt-nike-shop

axios eslint lodash nuxt scss typescript vue-property-decorator vue-router vuejs vuetify vuex-class

Last synced: 1 day ago
JSON representation

Demo shop app

Awesome Lists containing this project

README

        

# SHOP
> screenshots
> - [Start page](https://github.com/kmikhaltsevich/shop#start-page) (all products)
> - [Product](https://github.com/kmikhaltsevich/shop#one-product-page) (one product page)
> - [Basket](https://github.com/kmikhaltsevich/shop#basket)

## Build Setup

``` bash
# install dependencies
$ npm i
$ npm ci

# 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).

---
## Start page
```
http://localhost:3000/
```
![index](https://i.postimg.cc/dtYg3j85/Fire-Shot-Capture-001-nike-shop-nike-shop-localhost.png)

## One product page
```
http://localhost:3000/id
```
![product page](https://i.postimg.cc/X7sxWfxG/Fire-Shot-Capture-001-nike-shop-w-nike-shop-localhost.png)

## Basket
![basket](https://i.postimg.cc/MKHVyhbH/Fire-Shot-Capture-007-nike-shop-nasdike-shop-localhost.png)

---