nuxtjs-ecommerce Tailwind Templates

Nuxtjs Ecommerce

Basic e-commerce application is built using Nuxt.js

Nuxt.js E-Commerce Application - Adjust Code Challenge

This is a basic e-commerce application and it is created for the Adjust company in order to show coding skills. Application is built using Nuxt.js (the framework that doing server-side-rendering for Vue.js).

Listing, searching, and filtering the listed products.

Tools that I used while developing the project are;

Eslint, Prettier, Babel, Jest, Tailwind

Table of Contents

ProjectOverview

A short overview of the project

GIF

Installation

git clone https://github.com/mJiyan/nuxtjs-ecommerce.git
cd nuxtjs-ecommerce-master
yarn
yarn dev

Test

git clone https://github.com/mJiyan/nuxtjs-ecommerce.git
cd nuxtjs-ecommerce-master
yarn
yarn test

Structure

├─ components
│  ├─ Header.vue
│  └─ ProductList.vue
├─ pages
│  └─ index.vue
├─ static
│  ├─ favicon.ico
│  └─ logo.svg
├─ test
│  ├─ Header.spec.js
│  └─ ProductList.spec.js
│ 
├─ .babelrc
├─ .gitignore
├─ .prettierrc
├─ docker-compose.yaml
├─ Dockerfile
├─ jest.config.js
├─ nuxt.config.js
├─ LICENSE
└─ package.json

Support

Please open an issue for support & suggestions.

Contributing

Please contribute using Github Flow. Create a branch, add commits, and open a pull request.

Top categories

Loading Svelte Themes