vkovic / uikit-computer-store-template

Computer store e-commerce template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Computer store e-commerce template

License: MIT

Computer store e-commerce template built with UIkit using Sass

This theme is port of 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

Computer store e-commerce template


Compatibility

This theme requires Node.js version >= 8.2

Technologies

Installation

To install theme first clone this repo

git clone https://github.com/vkovic/uikit-computer-store-template.git

and go to directory

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:

npm install

Compile project

npm run build

Install via yarn

Install required packages via yarn:

yarn

Compile project

yarn build

Copyright and Credits

About

Computer store e-commerce template

License:MIT License


Languages

Language:HTML 77.2%Language:CSS 20.0%Language:JavaScript 2.8%