5.0.0 • Published 5 years ago

carbon-vue v5.0.0

Weekly downloads
7
License
Apache-2.0
Repository
gitlab
Last release
5 years ago

carbon-vue

logo

build status npm-publish semantic-release language count

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)
5.0.0

5 years ago

4.0.0

5 years ago

3.0.2

5 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.0

5 years ago

1.1.2

5 years ago

1.1.1

5 years ago

1.1.0

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago