vue-plugin-bootstrap
v0.4.2
Published
a vue plugin bootstrap
Readme
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 yarnWhat'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 pluginnpm test: include e2e test, unit test, flow check and eslint
License
The MIT License (MIT).
