0.0.3 • Published 7 years ago

vbs v0.0.3

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

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