Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jojoee/jeans-kit
:jeans: (Beta) Simple and clean frontend toolkit that you can wear it everywhere
https://github.com/jojoee/jeans-kit
css grid-layout
Last synced: about 1 month ago
JSON representation
:jeans: (Beta) Simple and clean frontend toolkit that you can wear it everywhere
- Host: GitHub
- URL: https://github.com/jojoee/jeans-kit
- Owner: jojoee
- Created: 2016-07-09T02:55:40.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T09:24:23.000Z (about 6 years ago)
- Last Synced: 2024-12-15T18:07:03.992Z (about 1 month ago)
- Topics: css, grid-layout
- Language: CSS
- Homepage:
- Size: 126 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jeans Kit
[![Build Status](https://travis-ci.org/jojoee/jeans-kit.svg)](https://travis-ci.org/jojoee/jeans-kit)
[![Bower Version](https://img.shields.io/bower/v/jeans-kit.svg)](https://bower.io/search/?q=jeans-kit)
[![Npm Version](https://img.shields.io/npm/v/jeans-kit.svg)](https://www.npmjs.com/package/jeans-kit)
[![Release Version](https://img.shields.io/github/release/jojoee/jeans-kit.svg)](https://github.com/jojoee/jeans-kit/releases)
[![Downloads](https://img.shields.io/npm/dt/jeans-kit.svg)](https://github.com/jojoee/jeans-kit/archive/master.zip)Simple and clean frontend toolkit that you can wear it everywhere
## Getting Started
1: Install via `npm`
```
1.1 Install npm
1.2 Install package: `npm install --save jeans-kit`
```
2: Install via `bower`
```
2.1 Install npm
2.2 Install bower: `npm install -g bower`
2.3 Install package: `bower install --save jeans-kit`
```## Getting Started (to develop this package)
1. Install Node.js
2. Install global: `npm install -g bower yarn`
3. Install dependencies: `yarn && bower install`
4. Build: `npm run build`# TODO
- [ ] Create `$space` variable by sass loop instead
- [ ] Fix travis build (`sass/jeans-kit.scss`: File to import not found or unreadable: ../../bootstrap-sass-grid/sass/bootstrap-sass-grid)## Alternatives
- [Skeleton](http://getskeleton.com/)
- [Basscss](http://www.basscss.com/)
- [Pure](https://github.com/yahoo/pure/)
- [Kube](https://github.com/imperavi/kube)