Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kostyamm/nuxt-nike-shop
- Owner: kostyamm
- Created: 2020-02-18T07:33:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T21:11:29.000Z (almost 3 years ago)
- Last Synced: 2023-04-27T11:34:25.717Z (over 1 year ago)
- Topics: axios, eslint, lodash, nuxt, scss, typescript, vue-property-decorator, vue-router, vuejs, vuetify, vuex-class
- Language: Vue
- Homepage:
- Size: 2.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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)---