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: 5 months 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-27T10:20:00.000Z (over 1 year ago)
- Last Synced: 2024-11-08T22:47:48.640Z (8 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






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