Categories

Thursday, March 28, 2024
#919814419350 therichposts@gmail.com
Bootstrap 5BootstrapVueNuxt

Nuxt Ecommerce Website Template Home Page 1

Nuxt Ecommerce Website Template Home Page 1

Hello friends, welcome back to my blog. Today this blog post I will tell you, Nuxt Ecommerce Website Template Home Page 1.

Key Features:

  1. Nuxt.js
  2. Ecommerce template with all pages
  3. Mini cart
  4. Cross-Browser Compatible
  5. Contact Form UI
  6. Burger Menu
  7. Fully responsive will support all the devices
  8. Bootstrap 5 Angular 15 Free Template Creation
  9. Angular 15 Bootstrap 5 Responsive Toggle Navbar
Live demo

Angular15 came and Bootstrap5 also and if you are new then you must check below two links:

  1. Nuxt Basic Tutorials
  2. Bootstrap 5

Friends now I proceed onwards and here is the working code snippet for Nuxt Ecommerce Website Template Home Page 1 and please use carefully this to avoid the mistakes:

1. Firstly friends we need fresh nuxt.js setup and for this we need to run below commands but if you already have nuxt setup then you can avoid below commands. Secondly we should also have latest node version installed on our system:

npm init nuxt-app ecommerceapp

cd ecommerceapp

yarn dev

2. Now friends, please download zip(in this zip file there are fonts, css and images for angular template) file from below path and extract zip and create assets folder on root of the project and after that please put all the zip file folders in “assets” folder(which we will get from zip file):

Also place images folder inside static folder as well

Download Zip

3. Now guys please add below code inside pages/index.vue file:

<template>
<div>
  <header class="section-header">	
    <section class="header-main">
      <div class="container">
        <div class="row gy-3 align-items-center">
          <div class="col-lg-2 col-sm-4 col-4">
            <a href="http://therichpost.com" class="navbar-brand">
              RichEcom
            </a> <!-- brand end.// -->
          </div>
          <div class="order-lg-last col-lg-5 col-sm-8 col-8">
            <div class="float-end">
              <a href="#" class="btn btn-light"> 
                  <i class="fa fa-user"></i>  <span class="ms-1 d-none d-sm-inline-block">Sign in  </span> 
              </a>
              <a href="#" class="btn btn-light"> 
                <i class="fa fa-heart"></i>  <span class="ms-1 d-none d-sm-inline-block">Wishlist</span>   
              </a>
              <a data-bs-toggle="offcanvas" href="#offcanvas_cart" class="btn btn-light"> 
                <i class="fa fa-shopping-cart"></i> <span class="ms-1">My cart </span> 
              </a>
                </div>
          </div> <!-- col end.// -->
          <div class="col-lg-5 col-md-12 col-12">
            <form action="#" class="">
                    <div class="input-group">
                      <input type="search" class="form-control" style="width:55%" placeholder="Search">
                      <select class="form-select">
                        <option value="">All type</option>
                        <option value="codex">Special</option>
                        <option value="comments">Only best</option>
                        <option value="content">Latest</option>
                      </select>
                      <button class="btn btn-primary">
                        <i class="fa fa-search"></i> 
                      </button>
                    </div> <!-- input-group end.// -->
                  </form>
          </div> <!-- col end.// -->
          
        </div> <!-- row end.// -->
      </div> <!-- container end.// -->
    </section> <!-- header-main end.// -->

    <nav class="navbar navbar-light bg-gray-light navbar-expand-lg">
      <div class="container">
        <button class="navbar-toggler border" type="button" data-bs-toggle="collapse" data-bs-target="#navbar_main">
          <span class="navbar-toggler-icon"></span>
        </button>
        
        <div class="collapse navbar-collapse" id="navbar_main">
          <ul class="navbar-nav">
            <li class="nav-item">
              <a class="nav-link ps-0" href="#"> Categories </a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Hot offers</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Gift boxes</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Projects</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Menu item</a>
            </li>
            <li class="nav-item">
              <a class="nav-link" href="#">Menu name</a>
            </li>
            <li class="nav-item dropdown">
              <a class="dropdown-toggle nav-link" href="#" data-bs-toggle="dropdown">
                Others
              </a>
              <ul class="dropdown-menu">
                <li> <a class="dropdown-item" href="#">Submenu one </a> </li>
                <li> <a class="dropdown-item" href="#">Submenu two</a> </li>
                <li> <a class="dropdown-item" href="#">Submenu three</a> </li>
              </ul>
            </li>
          </ul>
        </div> <!-- collapse end.// -->
      </div> <!-- container end.// -->
    </nav> <!-- navbar end.// -->
</header> <!-- section-header end.// -->
<!-- ================ SECTION INTRO ================ -->
<section class="section-intro pt-3">
  <div class="container">

    <div class="row gx-3">
      <main class="col-lg-9">
        <article class="card-banner p-5 bg-primary" style="height: 350px">
          <div style="max-width: 500px">
              <h2 class="text-white">Great products with <br> best deals </h2>
              <p class="text-white">No matter how far along you are in your sophistication as an amateur astronomer, there is always one.</p>
              <a href="#" class="btn btn-warning"> View more </a>
              </div>
        </article>
      </main>
      <aside class="col-lg-3">
        <article class="card-banner h-100" style="background-color: var(--bs-warning)">
          <div class="card-body text-center">
              	<h5 class="mt-3 text-white">Amazing Gifts</h5>
             		<p class="text-white">No matter how far along you are in your sophistication</p>
              	<a href="#" class="btn btn-outline-light"> View more </a>
              </div>
        </article>
      </aside>
    </div> <!-- row //end -->

  </div> <!-- container end.// -->
</section>
<!-- ================ SECTION INTRO END.// ================ -->

<!-- ================ SECTION CATEGORY ================ -->

<section class="padding-top">
<div class="container">
  <nav class="row gy-4 row-cols-xl-8 row-cols-sm-4 row-cols-3">
      <div class="col">
        <a href="#" class="item-link text-center">
            <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/sofa.svg">
           	</span>
           <span class="text"> Interior items </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/ball.svg">
           	</span>
           <span class="text"> Sport and travel </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/diamond.svg">
           </span>
           <span class="text"> Jewellery </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/watch.svg">
           </span>
           <span class="text"> Accessories </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/car.svg">
           </span>
           <span class="text"> Automobiles </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/homeitem.svg">
           </span>
           <span class="text"> Home items </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/music.svg">
           	</span>
           <span class="text"> Musical items </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/book.svg">
           	</span>
           <span class="text"> Books, reading </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/toy.svg">
           </span>
           <span class="text"> Kid's toys </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/animal.svg">
           </span>
           <span class="text"> Pet items </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/shirt.svg">
           </span>
           <span class="text"> Men’s clothing </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/shoe-man.svg">
           </span>
           <span class="text"> Men’s clothing </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/phone.svg">
           </span>
           <span class="text"> Smartphones </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/fix.svg">
           </span>
           <span class="text"> Tools </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/education.svg">
           </span>
           <span class="text"> Education </span>
        </a>
      </div> <!-- col.// -->
      <div class="col">
        <a href="#" class="item-link text-center">
           <span class="icon mb-2 icon-md rounded"> 
           		<img width="32" height="32" src="images/icons/category-svg-blue/warehouse.svg">
           </span>
           <span class="text"> Other items </span>
        </a>
      </div> <!-- col.// -->
   </nav>
</div>	
</section>
<!-- ================ SECTION CATEGORY END.// ================ -->

<!-- ================ SECTION PRODUCTS ================ -->
<section class="padding-y">
<div class="container">

  <header class="section-heading">
    <h3 class="section-title">New products</h3>
  </header> 

  <div class="row">
    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <span class="topbar"> <span class="badge bg-danger"> New </span> </span>
          <img height="250" class="mix-blend-multiply" src="images/items/1.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">GoPro action camera 4K</a>
          <small class="text-muted">Model: X-200</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <span class="topbar"> <span class="badge bg-warning"> Offer </span> </span>
          <img height="250" class="mix-blend-multiply" src="images/items/2.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$590.00</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Canon EOS professional</a>
          <small class="text-muted">Capacity: 128GB</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/3.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/4.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$1099.00</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Apple iPhone 13 Pro max</a>
          <small class="text-muted">Color: Black, Memory: 128GB</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/5.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/6.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/7.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/8.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Material: Jeans</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->
  </div> <!-- row end.// -->

</div> <!-- container end.// -->
</section>
<!-- ================ SECTION PRODUCTS END.// ================ -->


<!-- ================ SECTION FEATURE ================ -->
<section>
<div class="container">
  <article class="card p-4" style="background-color: var(--bs-primary)">
    <div class="row align-items-center">
      <div class="col"> 
        <h4 class="mb-0 text-white">Best products and brands in store</h4>
        <p class="mb-0 text-white-50">Trendy products and text to build on the card title</p>
      </div>
      <div class="col-auto"> <a class="btn btn-warning" href="#">Discover</a> </div>
    </div>
  </article>
</div> <!-- container end.// -->
</section>
<!-- ================ SECTION FEATURE END.// ================ -->

<!-- ================ SECTION PRODUCTS ================ -->
<section class="padding-y">
<div class="container">

  <header class="section-heading">
    <h3 class="section-title">Recommended</h3>
  </header> 

  <div class="row">
    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/9.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$17.00</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Blue jeans shorts for men</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/10.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$9.50</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Slim fit T-shirt for men</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/11.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->

    <div class="col-lg-3 col-md-6 col-sm-6">
      <figure class="card-product-grid">
        <a href="#" class="img-wrap rounded bg-gray-light"> 
          <img height="250" class="mix-blend-multiply" src="images/items/12.webp"> 
        </a>
        <figcaption class="pt-2">
          <a href="#" class="float-end btn btn-light btn-icon"> <i class="fa fa-heart"></i> </a>
          <strong class="price">$29.95</strong> <!-- price.// -->
          <a href="#" class="title text-truncate">Modern product name here</a>
          <small class="text-muted">Sizes: S, M, XL</small>
        </figcaption>
      </figure>
    </div> <!-- col end.// -->
  </div> <!-- row end.// -->

</div> <!-- container end.// -->
</section>
<!-- ================ SECTION PRODUCTS END.// ================ -->

<section class="padding-y-sm bg-gray-light">
  <div class="container">
      <div class="row gy-3 align-items-center">
        <div class="col-md-4">
          <form>
            <div class="input-group">
              <input class="form-control" type="text" placeholder="Email">
              <button class="btn btn-light" type="submit"> Subscribe  </button>
            </div> <!-- input-group.// -->
          </form>
        </div>
        <div class="col-md-8">
          <nav class="float-lg-end">
              <a class="btn btn-icon btn-light" title="Facebook" target="_blank" href="#"><i class="fab fa-facebook-f"></i></a>
              <a class="btn btn-icon btn-light" title="Instagram" target="_blank" href="#"><i class="fab fa-instagram"></i></a>
              <a class="btn btn-icon btn-light" title="Youtube" target="_blank" href="#"><i class="fab fa-youtube"></i></a>
              <a class="btn btn-icon btn-light" title="Twitter" target="_blank" href="#"><i class="fab fa-twitter"></i></a>
          </nav>
        </div>
      </div> <!-- row.// -->
  </div><!-- //container -->
</section>
<footer class="section-footer bg-white border-top">
    <div class="container">
      <section class="footer-main padding-y">
        <div class="row">
          <aside class="col-12 col-sm-12 col-lg-3">
            <article class="me-lg-4">
              <p class="mt-3"> © 2021- 2022 Templatemount. <br> All rights reserved. </p>
            </article>
          </aside>
          <aside class="col-6 col-sm-4 col-lg-2">
            <h6 class="title">Store</h6>
            <ul class="list-menu mb-4">
              <li> <a href="#">About us</a></li>
              <li> <a href="#">Find store</a></li>
              <li> <a href="#">Categories</a></li>
              <li> <a href="#">Blogs</a></li>
            </ul>
          </aside>
          <aside class="col-6 col-sm-4 col-lg-2">
            <h6 class="title">Information</h6>
            <ul class="list-menu mb-4">
              <li> <a href="#">Help center</a></li>
              <li> <a href="#">Money refund</a></li>
              <li> <a href="#">Shipping info</a></li>
              <li> <a href="#">Refunds</a></li>
            </ul>
          </aside>
          <aside class="col-6 col-sm-4  col-lg-2">
            <h6 class="title">Support</h6>
            <ul class="list-menu mb-4">
              <li> <a href="#"> Help center </a></li>
              <li> <a href="#"> Documents </a></li>
              <li> <a href="#"> Account restore </a></li>
              <li> <a href="#"> My Orders </a></li>
            </ul>
          </aside>
          <aside class="col-12 col-sm-12 col-lg-3">
            <h6 class="title">Newsletter</h6>
            <p>Stay in touch with latest updates about our products and offers </p>
    
            <form class="mb-3">
              <div class="input-group">
                <input class="form-control" type="text" placeholder="Email">
                <button class="btn btn-light" type="submit">
                  Join
                </button>
              </div> <!-- input-group.// -->
            </form>
          </aside>
        </div> <!-- row.// -->
      </section>  <!-- footer-top.// -->
    
      <section class="footer-bottom d-flex justify-content-lg-between border-top">
        <div>
          <i class="fab fa-lg fa-cc-visa"></i>
          <i class="fab fa-lg fa-cc-amex"></i>
          <i class="fab fa-lg fa-cc-mastercard"></i>
          <i class="fab fa-lg fa-cc-paypal"></i>
        </div>
        <nav class="dropup">
            <button class="dropdown-toggle btn d-flex align-items-center py-0" type="button" data-bs-toggle="dropdown">
              <img src="images/flag-usa.webp" class="me-2" height="20"> 
              <span>English</span>
            </button>
            <ul class="dropdown-menu dropdown-menu-end">
              <li><a class="dropdown-item" href="#">Russian</a></li>
              <li><a class="dropdown-item" href="#">Arabic</a></li>
              <li><a class="dropdown-item" href="#">Spanish</a></li>
            </ul>
        </nav>
        
      </section>
    </div> <!-- container end.// -->
    </footer>
     <aside class="offcanvas offcanvas-end" tabindex="-1" id="offcanvas_cart">
        <div class="offcanvas-header">
          <h5 class="offcanvas-title">Your cart (3) </h5>
          <button type="button" class="btn-close text-reset" data-bs-dismiss="offcanvas" aria-label="Close"></button>
        </div>
        <div class="offcanvas-body">
          
          <figure class="itemside mb-4">
            <div class="aside">
              <img src="images/items/14.webp" class="border img-sm rounded">
            </div>
            <figcaption class="info">
              <a href="#" class="btn btn-icon btn-light float-end"><i class="fa fa-trash"></i></a>
              <p> Leather Wallet for Men</p>
              <span class="text-muted">1 x $200.95 </span> <br>
              <strong class="price"> $400.90 </strong>
            </figcaption>
          </figure>
    
          <figure class="itemside  mb-4">
            <div class="aside">
              <img src="images/items/2.webp" class="border img-sm rounded">
            </div>
            <figcaption class="info">
              <a href="#" class="btn btn-icon btn-light float-end"><i class="fa fa-trash"></i></a>
              <p> Canon EOS 1400 Black </p>
              <span class="text-muted">2 x $169.95 </span> <br>
              <strong class="price"> $339.90 </strong>
            </figcaption>
          </figure>
    
          <figure class="itemside  mb-4">
            <div class="aside">
              <img src="images/items/11.webp" class="border img-sm rounded">
            </div>
            <figcaption class="info">
              <a href="#" class="btn btn-icon btn-light float-end"><i class="fa fa-trash"></i></a>
              <p> Winter Jacket for men and lady </p>
              <span class="text-muted">2 x $169.95 </span> <br>
              <strong class="price"> $339.90 </strong>
            </figcaption>
          </figure>
          <hr>
         
          <p class="mb-3 text-center"> Subtotal:  <strong class="text-danger">$893.00</strong>  </p>
          <div class="mb-3">
            <a href="#" class="btn w-100 btn-success"> Checkout </a>
          </div>
          <p class="mb-3 text-center"> <img src="images/payments.webp" height="22">  </p>
    
        </div> <!-- offcanvas-body -->
    </aside> <!-- offcanvas -->
    </div>
   
</template>

<script>
export default {
  name: 'IndexPage'
}
</script>

4. Now guys add below code inside nuxt.config.js file:

export default {
  // Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
  ssr: false,

  // Target: https://go.nuxtjs.dev/config-target
  target: 'static',

  // Global page headers: https://go.nuxtjs.dev/config-head
  head: {
    title: 'ecommerceapp',
    htmlAttrs: {
      lang: 'en'
    },
    meta: [
      { charset: 'utf-8' },
      { name: 'viewport', content: 'width=device-width, initial-scale=1' },
      { hid: 'description', name: 'description', content: '' },
      { name: 'format-detection', content: 'telephone=no' }
    ],
    link: [
      { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
      { rel: 'stylesheet', href: 'https://use.fontawesome.com/releases/v5.15.1/css/all.css' }
    ]
  },

  // Global CSS: https://go.nuxtjs.dev/config-css
  css: [
       '@/assets/css/bootstrap.css',
       '@/assets/css/ui.css',
       '@/assets/css/responsive.css',
       '@/assets/js/bootstrap.bundle.min.js',
       '@/assets/js/script.js'
  ],
    
  // Plugins to run before rendering page: https://go.nuxtjs.dev/config-plugins
  plugins: [
  ],

  // Auto import components: https://go.nuxtjs.dev/config-components
  components: true,

  // Modules for dev and build (recommended): https://go.nuxtjs.dev/config-modules
  buildModules: [
  ],

  // Modules: https://go.nuxtjs.dev/config-modules
  modules: [
    // https://go.nuxtjs.dev/bootstrap
    'bootstrap-vue/nuxt',
  ],

  // Build Configuration: https://go.nuxtjs.dev/config-build
  build: {
  }
}

Now we are done friends. If you have any kind of query, suggestion and new requirement then feel free to comment below.

Jassa

Thanks

therichpost
the authortherichpost
Hello to all. Welcome to therichpost.com. Myself Ajay Malhotra and I am freelance full stack developer. I love coding. I know WordPress, Core php, Angularjs, Angular 14, Angular 15, Angular 16, Angular 17, Bootstrap 5, Nodejs, Laravel, Codeigniter, Shopify, Squarespace, jQuery, Google Map Api, Vuejs, Reactjs, Big commerce etc.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.