Security News
JSR Working Group Kicks Off with Ambitious Roadmap and Plans for Open Governance
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
Join our developer chat. We are online every work day between 8:00 and 18:00 UTC
You have following options to get UIkit:
git clone git://github.com/uikit/uikit.git
.bower install uikit
You find the compiled UIkit distribution in its own repo.
First of all, install Node. We use Gulp to build UIkit. If you haven't used Gulp before, you need to install the gulp
package as a global install.
npm install --global gulp
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 gulp
to lint, build and minify the release.
gulp [-t themename]
The built version of UIkit will be put in the /dist
subdirectory. Pass a theme name parameter to only build the specified theme.
gulp sync
After running gulp sync
a new browser instance will open, pointing to the uikit folder - http://localhost:3000/
. The browser window will reload anytime you modify a source file.
Run gulp with your own prefix parameter -p
to have all classes and JavaScript files custom prefixed.
gulp -p myprefix
UIkit follows the GitFlow branching model. The master
branch always reflects a production-ready state while the latest development is taking place in the develop
branch.
Each time you want to work on a fix or a new feature, create a new branch based on the develop
branch: git checkout -b BRANCH_NAME develop
. Only pull requests to the develop
branch will be merged.
UIkit is maintained by using the Semantic Versioning Specification (SemVer).
Latest ✔ | Latest ✔ | 9+ ✔ | 7.1+ ✔ | Latest ✔ |
Copyright YOOtheme GmbH under the MIT license.
FAQs
UIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces.
The npm package uikit receives a total of 18,707 weekly downloads. As such, uikit popularity was classified as popular.
We found that uikit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At its inaugural meeting, the JSR Working Group outlined plans for an open governance model and a roadmap to enhance JavaScript package management.
Security News
Research
An advanced npm supply chain attack is leveraging Ethereum smart contracts for decentralized, persistent malware control, evading traditional defenses.
Security News
Research
Attackers are impersonating Sindre Sorhus on npm with a fake 'chalk-node' package containing a malicious backdoor to compromise developers' projects.