Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chekromul/uikit-ecommerce-template

E-commerce template built with UIKIt
https://github.com/chekromul/uikit-ecommerce-template

e-commerce pug shop store template theme uikit website

Last synced: 25 days ago
JSON representation

E-commerce template built with UIKIt

Awesome Lists containing this project

README

        

# UIkit E-commerce Template

Responsive e-commerce template containing catalog, filters, product page, shopping cart and other elements of the online store. Built with [UIkit](https://getuikit.com).

Demo: https://chekromul.github.io/uikit-ecommerce-template

Also you can see `Sass` port of this theme: [vkovic/uikit-computer-store-template](https://github.com/vkovic/uikit-computer-store-template)

[![UIkit E-commerce Template](https://raw.githubusercontent.com/chekromul/uikit-ecommerce-template/gh-pages/images/preview.png "UIkit E-commerce Template")](https://raw.githubusercontent.com/chekromul/uikit-ecommerce-template/gh-pages/images/preview.png "UIkit E-commerce Template")

## Overview

### Technologies

The project leverages:

- [UIkit](https://getuikit.com)
- [Pug](https://pugjs.org)
- [Less](http://lesscss.org)
- [Gulp](https://gulpjs.com)

### Browser Support
| Chrome Chrome | IE IE | Edge Edge | Safari Safari | Firefox Firefox |
| :---------: | :---------: | :---------: | :---------: | :---------: |
| Yes | 11+ | Yes | Yes | Yes |

## Quick start

### What's included

```
uikit-ecommerce-store/
├── src/
| ├── scripts/
│ | ├── script.js
| ├── styles/
│ | ├── components/
| | ├── style.less
| ├── templates/
│ | ├── components/
| | ├── data/
| | ├── layouts/
| | ├── mixins/
| | ├── pages/
| | | ├── index.pug
| | ├── partials/
| ├── images/

```

### Build

To clone and run this project, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](https://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/chekromul/uikit-ecommerce-template.git

# Go into the repository
$ cd uikit-ecommerce-template

# Install dependencies
$ npm install

# Start
$ gulp
```

## Copyright and Credits

[Shopping Categories Colection](https://thenounproject.com/jarosigrist/collection/shopping-categories) icons by Jaro Sigrist from Noun Project. Licensed under Creative Commons Attribution 3.0.

## License

This software is licensed under the MIT License © [Roman Chekurov](https://github.com/chekromul)