Vue.js Components Library built on top of Bootstrap 5 and TypeScript.
Explore CoreUI for Vue.js docs »
Report bug
·
Request feature
·
Blog
- Quick start
- Status
- What's included
- Bugs and feature requests
- Documentation
- Contributing
- Community
- Versioning
- Creators
- Copyright and license
Several quick start options are available:
- Download the latest release
- Clone the repo:
git clone https://github.com/coreui/coreui-vue.git
- Install with npm:
npm install @coreui/vue
- Install with yarn:
yarn add @coreui/vue
Read the Getting started page for information on the framework contents, templates and examples, and more.
Vue components are styled using @coreui/coreui
CSS library, but you can use them also with bootstrap CSS library. That is possible because @coreui/coreui
library is compatible with bootstrap, it just extends its functionalities. The only exception are custom CoreUI components, which don't exist in the Bootstrap ecosystem.
yarn add @coreui/coreui
or
npm install @coreui/coreui --save
import '@coreui/coreui/dist/css/coreui.min.css'
yarn add bootstrap
or
npm install bootstrap
import "bootstrap/dist/css/bootstrap.min.css";