5.0.0 • Published 5 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 install
Using storybook for development
yarn storybook
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint
Using Carbon Vue in your project
Add carbon-vue to your project, as a dependency:
yarn add carbon-vue
Also add the required peer dependecies:
yarn add carbon-components carbon-icons
Setup your vue or NuXT project to use the library
import Vue from 'vue'
import CarbonVue from 'carbon-vue'
Vue.use(CarbonVue)