10000 GitHub - bspan2001/coreui-vue at 9a4df6ea24aa4dbfed7c42e0f3f57e34f8e425bf
[go: up one dir, main page]

Skip to content

bspan2001/coreui-vue

Repository files navigation

@coreui/vue

Npm badge NPM downloads Rollup badge Jest Vue

A @coreui/vue v2 library project

for use with CoreUI v2 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 { Switch } from '@coreui/vue';

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

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

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

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.

About

Over 90 Bootstrap based Vue.js components and directives

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 50.0%
  • JavaScript 47.1%
  • CSS 2.7%
  • HTML 0.2%
0