5.0.0 • Published 6 years ago
carbon-vue v5.0.0
carbon-vue

A Vue wrapper for carbon-components based on Carbon Design System. See it in action here
Project setup
yarn installUsing storybook for development
yarn storybookCompiles and minifies for production
yarn buildRun your unit tests
yarn test:unitLints and fixes files
yarn lintUsing Carbon Vue in your project
Add carbon-vue to your project, as a dependency:
yarn add carbon-vueAlso add the required peer dependecies:
yarn add carbon-components carbon-iconsSetup your vue or NuXT project to use the library
import Vue from 'vue'
import CarbonVue from 'carbon-vue'
Vue.use(CarbonVue)