JSPM

svdesignti-coreui-vue-acl

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 10
  • Score
    100M100P100Q36207F
  • License MIT

CoreUI Vue Components + Vue ACL

Package Exports

  • svdesignti-coreui-vue-acl

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 (svdesignti-coreui-vue-acl) 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 + Vue ACL

Npm badge Vue

A @coreui/vue v2 library project

for use with CoreUI v2 Open Source Bootstrap Admin Template

Installation

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.

ES6

//
// 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);

Changelog

See the GitHub release history.

Contributing

See CONTRIBUTING.md.