Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hamideidy/nuxt.js-eccomerce
- Owner: HamidEidy
- Created: 2023-12-27T10:05:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T10:20:00.000Z (about 1 year ago)
- Last Synced: 2024-11-08T22:47:48.640Z (2 months ago)
- Topics: css, ecommerce, ecommerce-website, html, javascript, nuxt, nuxt3, nuxtjs, sass, shop, shopping-cart, store
- Language: Vue
- Homepage: http://nuxtstore.hamideidy.ir/
- Size: 2.11 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## SetupMake 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.