CoreUI for Vue.js logo
Angular JavaScript / Vanilla JS React.js
  • undefinedGetting started
  • undefinedLayout
  • undefinedForms
  • undefinedComponents
  • undefinedMigration
If you like this project and want to help us, please give us a star ⭐️ on Github. ➡️ undefined Star🙏
  • undefined
  • undefined

Getting Started

CoreUI for Vue.js is UI Component library written in TypeScript, and ready for your next Vue.js project. Learn how to include CoreUI for Vue.js in your project.

Installation #

Npm #

npm install @coreui/vue
1

Yarn #

yarn add @coreui/vue
1

Using components #

import { CAlert } from '@coreui/vue';
1

Stylesheets #

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 is custom CoreUI components, which don't exist in the Bootstrap ecosystem.

CoreUI CSS files #

Installation #
npm install @coreui/coreui
1
Basic usage #
import '@coreui/dist/css/coreui.min.css'
1

Bootstrap CSS files #

Installation #
npm install bootstrap
1
Basic usage #
import 'bootstrap/dist/css/bootstrap.min.css'
1
On this page
  • Installation
    • Npm
    • Yarn
  • Using components
  • Stylesheets
    • CoreUI CSS files
    • Bootstrap CSS files
  • GitHub
  • Twitter
  • CoreUI (Vanilla)
  • CoreUI for Angular
  • CoreUI for React.js

CoreUI for Vue is Open Source UI Components Library for Vue.js.

Code licensed MIT , docs CC BY 3.0 .