• This repository has been archived on 19/Feb/2019
  • Stars
    star
    142
  • Rank 258,495 (Top 6 %)
  • Language Vue
  • License
    MIT License
  • Created about 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A collection of Vuejs components that wrap Bootstrap components.

🚨UNMAINTAINED 🚨

I have decided not to maintain this software, in light of BootstrapVue. I do not recommend building anything based off this code.


VueBoot

VueJS components and directives written using Bootstrap v4, leveraging the official Bootstrap JS.

Note: This should be considered pre-release software. There will be bugs! (Many of them from Bootstrap v4, in fact)

Project Focus

This project is focused on providing useful/convenient VueJS wrappers around existing Bootstrap components. It does not wrap all of them (because that seems unnecessary), and really only wraps the ones I find the need for. I'm open to adding new components, but see the Contributing section for what I'll accept.

Why?

For two reasons, mostly. First is, I want to use Bootstrap v4 and VueJS v1.0. While VueStrap is a very nice looking project, it was updated for VueJS -v1.0 after I started VueBoot. Work on Bootstrap v4 is underway but not complete yet, and I want to work on the bleeding edge. I'm crazy, I want to start working on the bleeding edge.

The second reason is a bit more personal, and born out of experience with UIBootstrap. The Bootstrap developers put a lot of work into their javascript code, and implementations that replace it with 'native' framework code, while neat, tend to have many more bugs, especially with regards to positioning. Bootstrap's code get more attention by having a larger user base, and therefore I trust it more. And any issue I do have, should be resolved faster, all things being equal. So, personally, I'd rather wrap Bootstrap's javascript, as opposed to replacing it.

Usage

VueBoot is available on both npm and bower. For complete usage instructions, please see the Usage page on the main site.

Contributing

Contributions are welcome! I accept pull requests, feature requests (through the issues), and all that. Primarily, I'm interested in bug fixes or additional features to current components. If you want to add a component, you'll have to follow my guideline below.

Adding components

Guideline: Is this component new, does it add functionality, or does it significantly improve the syntax for using an existing Bootstrap component?

While I'm ok with adding components, the focus of the goal is using Bootstrap JS. If using the Bootstrap component is straightforward, I see no reason to wrap it up in VueJS 'just because'. There needs to be some value added. I'm open to being convinced so don't feel discouraged. If there's any doubt, make an issue requesting it as a feature first, before putting the work into a pull request.

More Repositories

1

rpgdice

A generic RPG dice roller syntax and library.
JavaScript
27
star
2

cardcast-api

An unofficial library for working with the cardcastgame.com api.
JavaScript
12
star
3

snowpack-plugin-vue2

A snowpack vue2 compiler that reuses `@snowpack/plugin-vue` verbatim.
JavaScript
6
star
4

dustbin

A slim wrapper around localStorage and sessionStorage that allows for NoSQL style access. It's basically a JSON-backed object database for your web browser.
JavaScript
6
star
5

passport-google-web

A simple implementation of 'Google Sign-In for Websites'.
JavaScript
5
star
6

nodepy

A node.js supervisor and python task worker with two way communication modeled after socket.io.
JavaScript
5
star
7

omega

A web application framework for realtime applications.
JavaScript
2
star
8

LSDGHTML5

Lubbock Software Developers Group HTML5 Sandbox
2
star
9

tome

A modern wiki with minimal external dependencies.
JavaScript
2
star
10

nolang

An actor style concurrency framework for Node.js that implements a large percentage of Erlang's OTP framework.
JavaScript
2
star
11

tsundere

An anime video upscaler using waifu2x or real-esrgan's anime model.
JavaScript
2
star
12

fleet-rand

A simple script for randomizing fleets
JavaScript
1
star
13

js_basics

A presentation on the basics of javascript, for the LSDG.
JavaScript
1
star
14

rpg_battlemap

Web based battlemap for rpg's using webmachine.
JavaScript
1
star
15

morgul.github.com

A software engineer's resume, a la html5.
CSS
1
star
16

RtAudioNet

RtAudioNet is a managed C++ wrapper around the unmanaged RtAudio C++ Library.
C++
1
star
17

lsdg-lights-node

A node version of the lsdg lights project.
JavaScript
1
star
18

omega-logger

A simple and powerful logger inspired by python's logger module.
JavaScript
1
star
19

omega-models

An elegant ORM solution for node.js. Intended to be used with the omega web framework, but not required.
JavaScript
1
star
20

jdo

A small and lightweight library that provides a simple paradigm of working with JSON objects in .Net.
C#
1
star
21

ngTags

An angularjs based tag input, using bootstrap 3.
JavaScript
1
star
22

farnsworth

A project to build the software that powers a working Farnsworth from Warehouse 13.
JavaScript
1
star
23

editables

A collection of AngularJS directives to enable inline editing and binding of models to html, using content editable.
JavaScript
1
star