Giter VIP home page Giter VIP logo

meteor-bootstrap's Introduction

Bootstrap for meteor

This package integrates bootstrap into meteor and lets you configure what parts you need.

How to install

  1. execute meteor add nemo64:bootstrap less
  2. create an empty custom.bootstrap.json file somewhere in your project. (/client/lib/custom.bootstrap.json for example)
  3. start meteor and then edit the file you just created (see custom.bootstrap.json).
  4. (optional) edit custom.bootstrap.import.less which now appeared next to the json file

custom.bootstrap.json

This file is to configure which bootstrap parts you need in your project. Set those you like to true! If the file is empty, it will be filled for with the following content:

{"modules": {
  "normalize":            true,
  "print":                false,

  "scaffolding":          false,
  "type":                 false,
  "code":                 false,
  "grid":                 false,
  "tables":               false,
  "forms":                false,
  "buttons":              false,

  "glyphicons":           false,
  "button-groups":        false,
  "input-groups":         false,
  "navs":                 false,
  "navbar":               false,
  "breadcrumbs":          false,
  "pagination":           false,
  "pager":                false,
  "labels":               false,
  "badges":               false,
  "jumbotron":            false,
  "thumbnails":           false,
  "alerts":               false,
  "progress-bars":        false,
  "media":                false,
  "list-group":           false,
  "panels":               false,
  "wells":                false,
  "close":                false,

  "component-animations": false,
  "dropdowns":            false,
  "modals":               false,
  "tooltip":              false,
  "popovers":             false,
  "carousel":             false,
  
  "affix":                false,
  "alert":                false,
  "button":               false,
  "collapse":             false,
  "scrollspy":            false,
  "tab":                  false,
  "transition":           false,

  "utilities":            false,
  "responsive-utilities": false
}}

License

This package is licensed with the MIT license. Also, look at the Bootstrap license.

Origin

This package is based on and inspired by the bootstrap3-less package. I created a new repository because it takes a completely different approach now which is also incompatible.

meteor-bootstrap's People

Contributors

aj-acevedo avatar cwohlman avatar eprochasson avatar ericpedia avatar nemo64 avatar simison avatar tanis2000 avatar zeroasterisk avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.