vbs
v0.0.3
Published
Bootstrap style components writing with Vue.
Downloads
7
Readme
vbs
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
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