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
A short overview of the project
git clone https://github.com/mJiyan/nuxtjs-ecommerce.git
cd nuxtjs-ecommerce-master
yarn
yarn dev
git clone https://github.com/mJiyan/nuxtjs-ecommerce.git
cd nuxtjs-ecommerce-master
yarn
yarn test
├─ 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
Please open an issue for support & suggestions.
Please contribute using Github Flow. Create a branch, add commits, and open a pull request.