Giter Site home page Giter Site logo

marvinchin / vue-strap Goto Github PK

View Code? Open in Web Editor NEW

This project forked from markbind/vue-strap

0.0 1.0 0.0 30.78 MB

Bootstrap components built with Vue.js

Home Page: http://MarkBind.github.io/vue-strap/

License: MIT License

JavaScript 38.88% Vue 61.09% CSS 0.03%

vue-strap's Introduction

vue-strap

This is a forked project from VueStrap, modified for use in MarkBind.

Bootstrap components built with Vue.js.

This repository contains a set of native Vue.js components based on Bootstrap's markup and CSS. As a result no dependency on jQuery or Bootstrap's JavaScript is required. The only required dependencies are:

  • Vue.js (required ^v2.x.x, test with v2.5.16).
  • Bootstrap CSS (required 4.x.x, test with 4.1.1). VueStrap doesn't depend on a very precise version of Bootstrap.

Installation

Browser globals

The dist folder contains vue-strap.js and vue-strap.min.js with all components exported in the window.VueStrap object.

<script src="path/to/vue.js"></script>
<script src="path/to/vue-strap.js"></script>
<script>
    var vm = new Vue({
        components: {
            alert: VueStrap.alert
        },
        el: "#app",
        data: {
            showRight: false,
            showTop: false
        }
    })
</script>

Docs

See the documentation with live editable examples.

Local Setup

  • Install with npm install.
  • Build with npm run build.

Lint the code for any code and style errors using ESLint

  • For Unix: npm run lint
  • For Windows: npm run lintwin

License

vue-strap is licensed under The MIT License.

vue-strap's People

Contributors

acjh avatar amanpatel avatar belinchung avatar bernardo-bruning avatar chng-zhi-xuan avatar danielbrzn avatar dansullivan86 avatar dischinator avatar duebbert avatar elib0 avatar gisonrg avatar hotrush avatar ipa1981 avatar kxxoling avatar luckymore avatar nublust avatar nusjzx avatar petercoles avatar rachx avatar s4l1h avatar saman avatar sirlancelot avatar sqlwwx avatar steveedson avatar wffranco avatar wusisu avatar xenonym avatar xiaolongyuan avatar yamgent avatar yuche avatar

Watchers

 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.