A @coreui/vue
v2library project
for use with CoreUI v2 Open Source Bootstrap Admin Template
npm install svdesignti-coreui-vue-acl svdesignti-coreui-vue-acl can be used as a module in both CommonJS and ES modular environments.
When in non-modular environment, svdesignti-coreui-vue-acl will register all the components to vue by itself.
// // You can register a component manually // import { Switch } from 'svdesignti-coreui-vue-acl'; export default { ... components: { Switch }, ... }; // // or register the whole module with vue // import ModuleLibrary from 'svdesignti-coreui-vue-acl'; // Install this library Vue.use(ModuleLibrary);See the GitHub release history.
See CONTRIBUTING.md.