1130d611 by bootflat

add npm install

1 parent 24bb2cca
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
7 7
8 *** 8 ***
9 9
10 # What is Bootflat? [![Bower version](https://badge.fury.io/bo/Bootflat.png)](http://badge.fury.io/bo/Bootflat) 10 # What is Bootflat? [![Bower version](https://badge.fury.io/bo/Bootflat.png)](http://badge.fury.io/bo/Bootflat) [![NPM version](https://badge.fury.io/js/bootflat.png)](http://badge.fury.io/js/bootflat)
11 11
12 BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps. 12 BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.
13 13
...@@ -23,11 +23,10 @@ For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI ...@@ -23,11 +23,10 @@ For the designers, we offer a [free PSD](https://github.com/bootflat/Bootflat.UI
23 23
24 ![Bootflat UI Kit](http://bootflat.github.io/img/bootflat-ui-kit.jpg "Bootflat UI Kit") 24 ![Bootflat UI Kit](http://bootflat.github.io/img/bootflat-ui-kit.jpg "Bootflat UI Kit")
25 25
26
27 ## Features: 26 ## Features:
28 27
29 ### 1. Bootstrap 3.1.0 28 ### 1. Bootstrap 3.1.1
30 Bootflat is built on Bootstrap 3.1.0: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development. 29 Bootflat is built on Bootstrap 3.1.1: the sleek, intuitive, and powerful mobile-first front-end framework for faster and easier web development.
31 30
32 ### 2. HTML5 & CSS3 31 ### 2. HTML5 & CSS3
33 Bootflat's components are built with HTML5 and CSS3. The pages use `header`, `nav` and `section` to build the layout. Bootflat also comes with several splendid color schemes built-in, and allows for easy customization. 32 Bootflat's components are built with HTML5 and CSS3. The pages use `header`, `nav` and `section` to build the layout. Bootflat also comes with several splendid color schemes built-in, and allows for easy customization.
...@@ -38,23 +37,26 @@ Bootflat uses lightweight high-function plugins for maximum performance, keeping ...@@ -38,23 +37,26 @@ Bootflat uses lightweight high-function plugins for maximum performance, keeping
38 ### 4. Mobile first 37 ### 4. Mobile first
39 Bootflat is fully responsive, built for mobile-first in mind. It provides off screen navigation, and almost all the widgets are compatible with all screen sizes. 38 Bootflat is fully responsive, built for mobile-first in mind. It provides off screen navigation, and almost all the widgets are compatible with all screen sizes.
40 39
41 ## Manual Start 40 ## Quick start
42 Install with [bower](http://bower.io/)?
43 41
44 `bower install Bootflat#<version>` 42 * Clone the repo: `git clone https://github.com/bootflat/bootflat.github.io.git`
43 * Install with [npm](https://www.npmjs.org/) `npm install bootflat`
44 * Install with [bower](http://bower.io/)? `bower install Bootflat`
45 45
46 The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go. 46 The source files are in the `bootflat/` folder. You can just grab the `bootflat/css/`, `bootflat/scss/`,`bootflat/js/` and `bootflat/img/` folders and you'll be good to go.
47 47
48 ## Table of contents:
49
50 + [Home page](http://bootflat.github.io)
51 + [Getting Started](http://bootflat.github.io/getting-started.html)
52 + [Documentation](http://bootflat.github.io/documentation.html)
53 + [Free PSD](http://bootflat.github.io/free-psd.html)
54
48 ## Changelog: 55 ## Changelog:
49 56
50 2014/4/3 version 2.0.1 57 2014/4/3 version 2.0.1
51 2014/3/6 version 2.0.0
52
53 ## Links:
54 58
55 + [Bootflat Home page](http://bootflat.github.io/) 59 2014/3/6 version 2.0.0
56 + [Bootflat Documentation page](http://bootflat.github.io/documentation.html)
57 + [Bootflat PSD page](http://bootflat.github.io/free-psd.html)
58 60
59 ## Community 61 ## Community
60 62
......
1 { 1 {
2 "name": "Bootflat", 2 "name": "bootflat",
3 "private": false, 3 "private": false,
4 "version": "2.0.1", 4 "version": "2.0.1",
5 "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.", 5 "description": "BOOTFLAT is an open source Flat UI KIT based on Bootstrap 3.1.0 CSS framework. It provides a faster, easier and less repetitive way for web developers to create elegant web apps.",
......