vbs

Bootstrap style components writing with Vue.

Usage no npm install needed!

<script type="module">
  import vbs from 'https://cdn.skypack.dev/vbs';
</script>

README

vbs build status

Bootstrap style components writing with Vue.

Install

npm i vbs -S

Usage

import Vue from 'vue'
import VBS from 'vbs'
import 'vbs/dist/vbs.min.css'
Vue.use(VBS)

Demo

Online demo here

Develop step

# or npm i
yarn add
npm start

Build step

# This build the doc folder
npm run build:doc
# This build the vbs library
npm run build