JSPM

@lexxyungcarter/coreui-vue

3.0.0-rc
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q31410F
  • License MIT

CoreUI Vue Bootstrap 4 layout components

Package Exports

  • @lexxyungcarter/coreui-vue

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@lexxyungcarter/coreui-vue) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

@coreui/vue

Npm badge NPM downloads Rollup badge Jest Vue

A @coreui/vue v3 library project

for use with CoreUI v3-alpha Open Source Bootstrap Admin Template

Installation

npm install @coreui/vue

@coreui/vue can be used as a module in both CommonJS and ES modular environments.

When in non-modular environment, @coreui/vue will register all the components to vue by itself.

ES6

//
// You can register a component manually
//
import { CSwitch } from '@coreui/vue';

export default {
  ...
  components: {
    CSwitch
  },
  ...
};

//
// or register the whole module with vue
//
import ModuleLibrary from '@coreui/vue';

// Install this library
Vue.use(ModuleLibrary);

Credits

A lot of components were build based on Bootstrap-Vue library (https://bootstrap-vue.js.org/)

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.