0.4.2 • Published 7 years ago

vue-plugin-bootstrap v0.4.2

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

vue-plugin-bootstrap

It's a vue plugin skeleton, generated by vue-cli. It provides a template of custom components and plugin.

Usage

$ npm install -g vue-cli
$ vue init xsdlr/vue-plugin-bootstrap my-plugin
$ cd my-plugin
$ npm install #or yarn

What's Included

  • npm run build: Production ready build. - JavaScript minified with UglifyJS - CSS style dynamically inject as tags via JavaScript or a single file - Support for postcss - Support custom components
  • npm run dev: run example with UI when you develop your plugin
  • npm test: include e2e test, unit test, flow check and eslint

License

The MIT License (MIT).

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago