Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hamideidy/nuxt.js-eccomerce

A complete online shop, Implemented with html, css, bootstrap, scss, javascript, nuxt js, Pinia, laravel API
https://github.com/hamideidy/nuxt.js-eccomerce

css ecommerce ecommerce-website html javascript nuxt nuxt3 nuxtjs sass shop shopping-cart store

Last synced: 20 days ago
JSON representation

A complete online shop, Implemented with html, css, bootstrap, scss, javascript, nuxt js, Pinia, laravel API

Awesome Lists containing this project

README

        

Images of the Project

![1](https://github.com/HamidEidy/fastfoodstore/assets/148962898/4ec7af2e-d877-4df3-9556-2437cd3c344e)

![2](https://github.com/HamidEidy/fastfoodstore/assets/148962898/4d208a60-42f9-4162-b37e-1a873732e9cf)

![3](https://github.com/HamidEidy/fastfoodstore/assets/148962898/e5aee7c5-1c85-4f1b-bf64-88ad19c4aa64)

![4](https://github.com/HamidEidy/fastfoodstore/assets/148962898/fe4bf957-e60d-4aba-a8c4-80d72294b229)

![5](https://github.com/HamidEidy/fastfoodstore/assets/148962898/8c3bb0ee-82c2-4fe7-82a7-4c675915cc99)

![6](https://github.com/HamidEidy/fastfoodstore/assets/148962898/c634d97d-ee19-43f9-9efa-642bdbbfde8f)

# Nuxt 3 Minimal Starter

Look at the [Nuxt 3 documentation](https://nuxt.com/docs/getting-started/introduction) to learn more.
## Before running the project, register your API link in the nuxt.config section.
## Setup

Make sure to install the dependencies:

```bash
# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist
```

## Development Server

Start the development server on http://localhost:3000

```bash
npm run dev
```

## Production

Build the application for production:

```bash
npm run build
```

Locally preview production build:

```bash
npm run preview
```

Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information.