1.0.0-alpha.1 • Published 8 years ago

vue-bootstrap-layout v1.0.0-alpha.1

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

vue-bootstrap-layout

npm version

Vue.js components using Bootstrap Layout.

Sample application

See the adminplus-boilerplate-vue repository for a sample Vue.js application.

Build

You can easily build vue-bootstrap-layout yourself.

Our build tool of choice is Webpack. You should have webpack installed globally:

npm install -g webpack

And the build dependencies:

npm install

Any of the following will create the dist/vue-bootstrap-layout.js file:

Production build

Includes minification and several optimizations:

npm run build

Development build

A faster build suited for development, with no optimizations and without minification:

npm run build-dev

Watch

Start an initial development build and then FAST continuous incremental builds:

npm run dev