Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkovic/uikit-computer-store-template
Computer store e-commerce template
https://github.com/vkovic/uikit-computer-store-template
e-commerce pug sass shop store template theme uikit
Last synced: 2 months ago
JSON representation
Computer store e-commerce template
- Host: GitHub
- URL: https://github.com/vkovic/uikit-computer-store-template
- Owner: vkovic
- License: mit
- Created: 2019-01-06T17:17:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-27T05:37:00.000Z (over 1 year ago)
- Last Synced: 2024-10-30T02:28:21.149Z (3 months ago)
- Topics: e-commerce, pug, sass, shop, store, template, theme, uikit
- Language: HTML
- Size: 2.55 MB
- Stars: 121
- Watchers: 7
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Computer store e-commerce template
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/vkovic/uikit-computer-store-template/blob/master/LICENSE)
### Computer store e-commerce template built with `UIkit` using `Sass`
This theme is port of
[chekromul/uikit-ecommerce-template](https://github.com/chekromul/uikit-ecommerce-template)
to use `Sass` instead of `Less`.After I found this great e-commerce theme, I decided to spend some time adopting it to `Sass` preprocessor since lot of
us are preferring it over `Less`.Demo: [https://vkovic.github.io/uikit-computer-store-template](https://vkovic.github.io/uikit-computer-store-template)
[![Computer store e-commerce template](https://raw.githubusercontent.com/vkovic/uikit-computer-store-template/gh-pages/images/preview.png "Computer store e-commerce template")](https://raw.githubusercontent.com/vkovic/uikit-computer-store-template/gh-pages/images/preview.png "Computer store e-commerce template")
---
## Compatibility
This theme requires `Node.js` version `>= 8.2`
## Technologies
- [UIkit](https://getuikit.com)
- [Pug](https://pugjs.org)
- [Sass](https://sass-lang.com/)
- [Gulp](https://gulpjs.com)## Installation
To install theme first clone this repo
```bash
git clone https://github.com/vkovic/uikit-computer-store-template.git
```and go to directory
```bash
cd uikit-computer-store-template
```After this, there is 2 ways of installing it either using `npm` or `yarn`
### Install via `npm`
Install required packages via `npm`:
```bash
npm install
```Compile project
```bash
npm run build
```### Install via `yarn`
Install required packages via `yarn`:
```bash
yarn
```Compile project
```bash
yarn build
```## Copyright and Credits
- [Original (Less version) Theme Developer](https://github.com/chekromul)
- [Shopping Categories Colection](https://thenounproject.com/jarosigrist/collection/shopping-categories) icons by
Jaro Sigrist from Noun Project. Licensed under Creative Commons Attribution 3.0.