Website/uikit
2017-12-10 23:37:19 +01:00
..
addons Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
src Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
themes Redo the website 2017-12-10 23:37:19 +01:00
vendor Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
bower.json Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
CHANGELOG.md Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
composer.json Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
Gruntfile.js Redo the website 2017-12-10 23:37:19 +01:00
index.html Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00
LICENSE.md Manually add uikit-v1.1.0-33-gbaad4f5 2013-09-18 13:01:18 +01:00
package.json Redo the website 2017-12-10 23:37:19 +01:00
README.md Manually add uikit-v1.1.0-33-gbaad4f5 2013-09-18 13:01:18 +01:00
server.js Update to UIkit 2.2.0 2014-01-23 13:52:50 +00:00

UIkit

UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.

Getting started

Download the latest release or clone the repo, git clone git://github.com/uikit/uikit.git.

Bug tracker

Report bugs on UIkit Issues.

Developers

First of all, install Node. We use Grunt to build UIkit. If you haven't used Grunt before, you need to install the grunt-cli package as a global install.

npm install -g grunt-cli

If you haven't done so already, clone the UIkit git repo.

git clone git://github.com/uikit/uikit.git

Install the Node dependencies.

cd uikit
npm install

Run grunt to lint, build and minify the release.

grunt

The built version of UIkit will be put in the /dist subdirectory.

Enter the following, so Grunt will watch your working directory and compile LESS files automatically everytime you hit save.

grunt watch

Versioning

UIkit is maintained by using the Semantic Versioning Specification (SemVer).

Credits

We built UIkit using popular open source projects.

Copyright 2013 YOOtheme GmbH under the MIT license.